@heise/eslint-config

The Heise eslint configuration.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@heise/eslint-config
7420.0.4019 days ago3 years agoMinified + gzip package size for @heise/eslint-config in KB

Readme

@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',
}