eslint-config-allanchau
v10.1.0
Published
Comprehensive ESLint config.
Readme
node-eslint-config-allanchau
A comprehensive ESLint Shareable Config.
Why use this?
When coding as part of a team, you should aim to produce clear and consistent code.
These set of rules will not only help enforce this, but also improve efficiency when reviewing code.
Features
- ECMAScript 6+.
- React
Installation
This package is available on NPM:
$ npm install eslint-config-allanchau// @ .eslintrc
{
"extends": "eslint-config-allanchau"
}