2.0.0 • Published 5 months ago

@diplodoc/eslint-config v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@diplodoc/eslint-config

Install

npm install --save-dev eslint @diplodoc/eslint-config

Usage

Add .eslintrc file in the project root with the following content:

{
  "extends": "@diplodoc/eslint-config",
  "root": true
}

Prettier

If you are using Prettier, extend root config with the additional rules:

{
  "extends": ["@diplodoc/eslint-config", "@diplodoc/eslint-config/prettier"],
  "root": true
}
2.0.0

5 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago