Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 346 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 346 Bytes

@heise/eslint-config

The Heise eslint configuration.

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

Edit my-project/.eslintrc.js:

module.exports = {
  extends: '@heise',
  // Optional: Other configurations, for example:
  // parser: 'babel-eslint',
}