2.0.7 • Published 8 months ago

@stefanprobst/eslint-config-react v2.0.7

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

eslint-config

Shareable ESLint config. See the ESLint docs for installation instructions.

How to use

{
  "extends": [
    "@stefanprobst/eslint-config",
    // Add eslint cypress plugin for `*.test.e2e.@(ts|tsx)` files.
    "@stefanprobst/eslint-config/cypress",
    // Add eslint jest and testing-library plugins for `*.test.@(ts|tsx)` files.
    "@stefanprobst/eslint-config/jest",
    // Add eslint next.js plugin.
    "@stefanprobst/eslint-config/next",
    // Add eslint storybook plugin for `*.storybook.@(ts|tsx)` files.
    "@stefanprobst/eslint-config/storybook",
    // Add recommended typescript-eslint rules which require type-echecking.
    "@stefanprobst/eslint-config/type-checking",
  ]
}
2.0.7

8 months ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.5

11 months ago

2.0.4

12 months ago

2.0.6

11 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.10

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago