Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 350 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 350 Bytes

@heise/eslint-config

Die eslint-Konfiguration von Heise.

$ cd my-project
$ yarn add --dev @heise/eslint-config #oder mit npm
$ npm install --save-dev @heise/eslint-config

my-project/.eslintrc.js bearbeiten:

module.exports = {
  extends: '@heise',
  // Optional: Weitere Konfiguration, z.B.:
  // parser: 'babel-eslint',
}