0.0.5 • Published 5 years ago

@jetstech/eslint-config-jetstech v0.0.5

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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.

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago