0.7.0-alpha.4 • Published 7 years ago

eslint-config-gnoll v0.7.0-alpha.4

Weekly downloads
1
License
Unlicense
Repository
-
Last release
7 years ago

eslint-config-gnoll

Config based on eslint-config-airbnb with addition of eslint-config-prettier, which removes all rules related to formatting and replaces them with rule that gives error when source code doesn't match autoformatted output from the Prettier.

Install

npm install eslint-config-gnoll
# peer dependencies
npm install \
    eslint babel-eslint prettier eslint-config-airbnb eslint-config-prettier \
    eslint-import-resolver-webpack eslint-plugin-import \
    eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react

Then create .eslintrc.js:

module.exports = {
    extends: ['gnoll']
}

If you want to change Prettier settings, create .prettierrc file (JSON format) or prettier.config.js (JS module).

0.7.0-alpha.4

7 years ago

0.7.0-alpha.3

7 years ago

0.7.0-alpha.2

7 years ago

0.7.0-alpha.1

7 years ago

0.7.0-alpha.0

7 years ago

0.6.0-7

7 years ago

0.6.0-6

7 years ago

0.6.0-5

7 years ago

0.6.0-4

7 years ago

0.6.0-3

7 years ago

0.6.0-2

7 years ago

0.6.0-1

7 years ago

0.5.0-3

7 years ago

0.5.0-2

7 years ago

0.5.0-1

7 years ago

0.5.0-0

7 years ago

0.4.9-0.5.0-0.0

7 years ago

0.4.0

7 years ago

0.1.12

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago