0.0.16 • Published 3 months ago

@andwin/eslint-config v0.0.16

Weekly downloads
23
License
ISC
Repository
github
Last release
3 months ago

My eslint config

Installataion

Install the package as a development dependency

npm i @andwin/eslint-config -D

Create a .eslintrc file with the following content

{
  "extends": "@andwin/eslint-config"
}

Add a test config to your package.json

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

You can have multiple tests like this

"scripts": {
  "test" : "eslint . && jest"
},

Run the tests like this npm test

Updating to the latest version of this package

npm i @andwin/eslint-config@latest -D

Update eslint dependencies in this package

npx install-peerdeps eslint-config-airbnb
0.0.16

3 months ago

0.0.15

8 months ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago