0.1.2 • Published 11 months ago

@ktty1220/eslint-flex v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
11 months ago

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

MIT

© 2020 ktty1220