1.2.0 • Published 6 years ago

@hackr/eslint-config-preact v1.2.0

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

@hackr/eslint-config-preact

hackr's eslint configuration, with some sensible defaults for ES2015, Preact and Mocha.

Installation

Install eslint and this config:

npm i -D eslint @hackr/eslint-config-preact

Now in your package.json:

{
  "eslintConfig": {
    "extends": "@hackr/eslint-config-preact"
  }
}

Credits

This is a modified version of eslint-config-developit