2.0.2 • Published 4 years ago

@quoin/eslint-config-quoin v2.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

quoin/eslint-config-quoin

Shared configuration for eslint

Usage

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

In your .eslintrc.json, use as follow:

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

In your .eslintrc.test.json, use as follow:

{
  "root": true,
  "extends": "@quoin/eslint-config-quoin/node-test"
}

In your .eslintrc.client.json, use as follow:

{
  "root": true,
  "extends": "@quoin/eslint-config-quoin/client",
  "env": {
    "jquery": true
  }
}

grunt-eslint

If you are using grunt-eslint, add the same line in your grunt configs.

2.0.2

4 years ago

2.0.1

4 years ago

1.0.0-rc.1

4 years ago

1.0.0-rc.2

4 years ago

2.0.0

4 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

7 years ago

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago