@philihp/eslint-config
v6.1.0
Published
Personally Preferred ESLint Rules
Downloads
2,810
Readme
Installation
npm install --save-dev @philihp/eslint-config
and then create an .eslintrc
(or add eslintConfig
to your package.json) with the following
{
"extends": ["@philihp"]
}
Usage
The following packages use this config, and can be seen as examples of how to use and extend the package, e.g. turning off specific rules.
- https://github.com/philihp/thirtyrails/
- https://github.com/philihp/fast-shuffle/
- https://github.com/philihp/score/
- https://github.com/philihp/nanbox/
- https://github.com/theunhatched/unhatched/
- https://github.com/philihp/openskill.js