ktty1220 / eslint-flex

Flexible ESLint switcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Flexible ESLint switcher


Languages

Language:JavaScript 100.0%