@darksinge/eslint-config
v1.0.5
Published
eslint and prettier config
Downloads
2
Readme
Usage
~$ npm i -g @darksinge/eslint-config
~$ cd /path/to/some/project
~$ darksinge-eslint-config --init
TODO
- prettier rules aren't recognized. Either need to figure that out with
eslint, or also copy
.prettierrc.json
during install. - The published version copies
.eslintrc.js
instead of.eslintrc-config.js
, even though it works just fine when running locally. Need to figure this out.