5.0.1 • Published 10 months ago

@averjs/eslint-config v5.0.1

Weekly downloads
47
License
MIT
Repository
-
Last release
10 months ago

Averjs ESlint config

ESlint config for averjs.

Usage

Install the package

$ yarn add --dev @averjs/eslint-config
#or
$ npm i -D @averjs/eslint-config

Extend the config in your eslintrc file

{
  "extends": [
    "@averjs"
  ]
}

Typescript

If you are using typescript, install the typescript package instead of the normal eslint-config.

$ yarn add --dev @averjs/eslint-config-typescript
#or
$ npm i -D @averjs/eslint-config-typescript

Extend the config in your eslintrc file

{
  "extends": [
    "@averjs/eslint-config-typescript"
  ]
}