@quoin/eslint-config-quoin

2.0.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @quoin/eslint-config-quoin

Weekly Downloads

0

Version

2.0.2

License

MIT

Unpacked Size

4.81 kB

Total Files

7

Last publish

Collaborators

  • bteeman
  • jtoliver
  • elimtaft-quoin