ESLint config starter that contains every rule which is disabled on start and commented with description. Create your own config by enabling only the rules you need.
Inspired by the original ESLint Reset gist by cletusw. Unfortunately at the time of writing it wasn't updated with all the new, deprecated & removed rules. This repo was created with intent to fix that.
Contributions are encouraged.
- Update extractor.js to generate whole config instead only specific sections.
- Official ESLint docs with rules: http://eslint.org/docs/rules/
- ESLint recommended rules: https://github.com/eslint/eslint/blob/master/conf/eslint-recommended.js
- AirBnB Style Guide: https://github.com/airbnb/javascript
- StandardJS: https://standardjs.com/
- Original ESLint Reset gist: https://gist.github.com/cletusw/e01a85e399ab563b1236