@jetstech/eslint-config-jetstech
v0.0.5
Published
This package uses ESLint to enforce JETS Tech's code style and provides a shared base configuration for our JavaScript projects.
Downloads
1
Readme
eslint-config-jetstech
This package uses ESLint to enforce JETS Tech's code style and provides a shared base configuration for our JavaScript projects.
We have other configurations that we primarily use that extend this base, listed below:
eslint-config-jetstech/vue
- Provides extended rules for JETS Tech Vue projects.
Install
yarn
yarn add -D @jetstech/eslint-config-jetstech eslint
npm
npm i -D @jetstech/eslint-config-jetstech eslint
Usage
NodeJS
Add "extends": "@jetstech/eslint-config-jetstech"
to your .eslintrc
.
VueJS
Add "extends": "@jetstech/eslint-config-jetstech/vue"
to
your .eslintrc
.