1.0.5 • Published 3 years ago
@darksinge/eslint-config v1.0.5
Usage
~$ npm i -g @darksinge/eslint-config
~$ cd /path/to/some/project
~$ darksinge-eslint-config --initTODO
- prettier rules aren't recognized. Either need to figure that out with
eslint, or also copy
.prettierrc.jsonduring install. - The published version copies
.eslintrc.jsinstead of.eslintrc-config.js, even though it works just fine when running locally. Need to figure this out.