1.0.10 • Published 3 months ago

@stefanprobst/eslint-config-react v1.0.10

Weekly downloads
-
License
-
Repository
-
Last release
3 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",
  ]
}
1.0.10

3 months ago

1.0.9

7 months ago

1.0.8

9 months ago

1.0.6

12 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago