0.10.1 • Published 2 months ago

eslint-config-ironplate v0.10.1

Weekly downloads
38
License
MIT
Repository
github
Last release
2 months ago

eslint-config-ironplate

Shareable ESLint configuration

Installation

$ npm install --save-dev eslint-config-ironplate

When you run this installation command, you will also see a guide about installing peerDependencies.

Example usages

In .eslintrc file, use it like one of the following combinations:

{
    "extends": [ "eslint-config-ironplate" ]
}

OR

{
    "extends": [ "eslint-config-ironplate/node.js" ]
}

OR

{
    "extends": [ "eslint-config-ironplate/react.js" ]
}

OR

{
    "extends": [ "eslint-config-ironplate/typescript.js" ],
    "parser": "@typescript-eslint/parser"
}

OR

{
    "extends": [ "eslint-config-ironplate/node-typescript.js" ],
    "parser": "@typescript-eslint/parser"
}

OR

{
    "extends": [ "eslint-config-ironplate/react-typescript.js" ],
    "parser": "@typescript-eslint/parser"
}
0.10.1

2 months ago

0.10.0

5 months ago

0.9.1

5 months ago

0.9.0

5 months ago

0.8.1

5 months ago

0.8.0

6 months ago

0.7.1

10 months ago

0.7.0

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.5.0

2 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago