Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 458 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 458 Bytes

@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