You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/eslint-config/README.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Custom `eslint-config` setup that can be extended and incorporates:
12
12
-`eslint-plugin-jsx-a11y`
13
13
-`eslint-plugin-react`
14
14
-`eslint-plugin-react-hooks`
15
+
-`eslint-plugin-storybook`
15
16
-`prettier`
16
17
-`typescript-eslint`
17
18
@@ -87,13 +88,3 @@ import { configTypescript } from '@jeromefitz/eslint-config/typescript.js'
87
88
88
89
constconfig= [...configTypescript]
89
90
```
90
-
91
-
## Please Note
92
-
93
-
The eslint ecosystem will slowly (but surely) move from `eslint@8` to `eslint@9`.
94
-
95
-
`@jeromefitz/eslint-config@4` will be a holding pattern and may from time-to-time introduce potential **breaking** changes in linting. This is done so we do not have to bump a major _every_ single time we upgrade package(s) from `eslint@8` => `eslint@9`.
96
-
97
-
In some regards this should be permanent `canary` until then, but will try to call out any breaking in PRs as we move forward.
0 commit comments