1.8.1 • Published 2 months ago

eslint-config-react-tracktor v1.8.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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.8.1

2 months ago

1.8.0

3 months ago

1.7.1

6 months ago

1.6.4

8 months ago

1.6.3

8 months ago

1.6.2

8 months ago

1.7.0

8 months ago

1.6.1

8 months ago

1.6.0

8 months ago

1.5.0

9 months ago

1.6.6

8 months ago

1.6.5

8 months ago

1.2.0

10 months ago

1.4.0

9 months ago

1.3.1

9 months ago

1.3.0

9 months ago

1.1.1

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years 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

1.1.0

2 years ago