@ktty1220/eslint-flex
v0.1.2
Published
Flexible ESLint switcher
Downloads
2
Readme
Flexible ESLint switcher
If eslint-flex
is run in a project where eslint is installed, it will run eslint for that project, and if it is run in a location not managed by any project, it will run eslint with the default rules.
Install
$ npm i -g @ktty1220/eslint-flex
Usage
Similar to eslint. (Use eslint-flex
instead of eslint
)
Default rules
Extended eslint-config-standard with 'semi: always'. (see .eslintrc)
License
© 2020 ktty1220