1.1.1 • Published 6 years ago

eslint-config-zhw2590582 v1.1.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

eslint-config-zhw2590582

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

Installation

Install eslint and this config:

npm i -D eslint eslint-config-zhw2590582

Now in your package.json:

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

Credits

This is a modified version of eslint-config-synacor and eslint-config-developit