2.1.0 • Published 9 months ago

@ctrl/eslint-config-react v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@ctrl/eslint-config-react

Not really a shareable eslint config, more of a set of rules and eslint all together. Installs all required eslint dependencies. This package was created to unify my eslint rules and reduce churn from all the eslint packages in package.json

Extends from xo and xo-typescript and disables a few rules. Config uses 2 space indentation.

npm i @ctrl/eslint-config-react -D

.eslintrc

{
  "root": true,
  "env": {
    "node": true,
    "jest": true
  },
  "extends": ["@ctrl/eslint-config-react"]
}
1.0.5

10 months ago

2.1.0

9 months ago

2.0.0

10 months ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago