2.4.0 • Published 2 years ago

@troyblank/eslint-config-troyblank v2.4.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

ESLint Config

Pipe Status

This is a central location to keep eslinting shared amongst all of the projects.

Global Requirements

  • nvm

Usage

In your root .eslintrc.json, extend the typescript.js or es6.js and jest.js ruleset:

{
    "extends": "@troyblank/eslint-config-troyblank/configs/typescript.js",
    "extends": "@troyblank/eslint-config-troyblank/configs/jest.js",
}

For any subfolder that uses react you can also include an .eslintrc.json that extends the react.js ruleset:

{
    "extends": "@troyblank/eslint-config-troyblank/configs/react.js"
}

Test

npm test
2.3.0

2 years ago

2.2.1

2 years ago

2.4.0

2 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago