10.2.0 • Published 2 years ago

eslint-config-vacuumlabs v10.2.0

Weekly downloads
236
License
Unlicense
Repository
github
Last release
2 years ago

eslint-config-vacuumlabs

ESLint shareable config for the VacuumLabs JavaScript style guide.

Installation

$ yarn add --dev eslint babel-eslint eslint-config-vacuumlabs eslint-plugin-react eslint-plugin-import

Config

Once the eslint-config-vacuumlabs package is installed, you can use it by specifying vacuumlabs in the extends section of your ESLint configuration.

{
  "extends": "vacuumlabs",
  "rules": {
    // Additional, per-project rules...
  }
}

Running eslint

Run locally-installed eslint on the current folder:

`npm-which eslint` .

For running as a npm script, put this to package.json (this also uses local eslint)

"scripts": {
  "eslint": "eslint .",
  ...
}

If you want eslint to fail on warnings (you usually want this on the CI environment)

"scripts": {
  "eslint": "eslint . --max-warnings=0",
  ...
}

Eslint also supports silencing warnings using --quiet option. You can use this during rapid development, especially if you find a way how to hack --quiet option into your eslint-editor integration.

10.2.0

2 years ago

10.1.0

2 years ago

10.0.1

2 years ago

9.0.1

2 years ago

9.0.0

2 years ago

8.0.1

3 years ago

8.0.0

3 years ago

8.0.2

3 years ago

2.0.14

4 years ago

2.0.13

4 years ago

2.0.11

4 years ago

2.0.7

4 years ago

2.0.12

4 years ago

2.0.9

4 years ago

2.0.10

4 years ago

2.0.8

4 years ago

2.0.6

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.9.0

5 years ago

1.8.2

6 years ago

1.8.1

6 years ago

1.8.0

6 years ago

1.7.0

7 years ago

1.6.1

7 years ago

1.6.0

7 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago