- ESLint Recommended
- JavaScript Standard Style
- JavaScript Standard React
eslint-plugin-jest
- Uses
babel-eslint
parser by default. - Uses
4, spaces
for easier readability. - Keeps most of the rules recommended rules.
Note: The current ruleset is subject to change and under review, please feel free to send a PR for rules you feel that are over the top.
npm install @monolambda/eslint-config eslint --save
In .eslintrc
:
{
"extends": "@monolambda/eslint-config"
}