@flexbe/eslint-config
v2.7.0
Published
ESLint JS/TS config from Flexbe team
Downloads
16
Readme
@flexbe/eslint-config
This package provides flexbe JS .eslintrc as an extensible shared config.
Usage
We export two ESLint configurations for your usage.
@flexbe/eslint-config
Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires eslint
and eslint-plugin-import
.
Install process:
- Install the correct versions of each package, which are listed by the command:
npm install "@flexbe/eslint-config"
Add
"extends": "@flexbe/eslint-config"
to your .eslintrc.js fileInstall
eslint
for your Text Editor