1.2.0 • Published 4 years ago

eslint-config-developit v1.2.0

Weekly downloads
2,390
License
GPL-3.0
Repository
github
Last release
4 years ago

eslint-config-developit

developit's eslint configuration, with some sensible defaults for ES2015, React and Mocha.

Installation

Install eslint and this config:

npm i -D eslint eslint-config-developit

Now in your package.json:

{
  "eslintConfig": {
    "extends": "eslint-config-developit"
  }
}

Credits

This is a modified version of eslint-config-synacor