1.10.0 • Published 4 months ago

eslint-config-react-tracktor v1.10.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

eslint-config-react-tracktor

npm version

A set of opinionated ESLint rules for react projects

Installation

yarn add eslint-config-react-tracktor -D

Usage

Create a file named .eslintrc in your root project and extends config :

{
  "extends": "eslint-config-react-tracktor",
  "rules": {
    "...": "..."
  },
  "overrides": "..."
}

Specific rules

For better compatibility with generated api files, some rules are disabled inside src/api folder.

{
  "files": "./src/api/**/*.ts",
  "rules": {
    "indent": "off",
    "no-duplicate-imports": "off",
    "sort-keys": "off",
    "no-redeclare": "off",
  }
}

Read more

Read more about eslint rules here: http://eslint.org/docs/rules

Convention

1.10.0

4 months ago

1.9.0

5 months ago

1.8.1

1 year ago

1.8.0

1 year ago

1.7.1

2 years ago

1.6.4

2 years ago

1.6.3

2 years ago

1.6.2

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.6.6

2 years ago

1.6.5

2 years ago

1.2.0

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.1.1

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.6

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.1.0

3 years ago