Skip to content

Commit fac2615

Browse files
authored
🔧 (eslint) publish @jeromfitz/eslint-config@5 [b] (#2251)
> [!NOTE] > Start publishing `@jeromefitz/[email protected]` from #1513
1 parent f6ec52f commit fac2615

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

config/eslint-config/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Custom `eslint-config` setup that can be extended and incorporates:
1212
- `eslint-plugin-jsx-a11y`
1313
- `eslint-plugin-react`
1414
- `eslint-plugin-react-hooks`
15+
- `eslint-plugin-storybook`
1516
- `prettier`
1617
- `typescript-eslint`
1718

@@ -87,13 +88,3 @@ import { configTypescript } from '@jeromefitz/eslint-config/typescript.js'
8788

8889
const config = [...configTypescript]
8990
```
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.
98-
99-
> **📝 Note:** See #1511 for more information.

config/eslint-config/release.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ const pkg = require('./package.json')
1717
const { name } = pkg
1818

1919
const branches = [
20-
{ name: 'main', prerelease: 'canary' },
21-
{ name: 'canary' },
22-
{ name: 'NICE-130', prerelease: 'next' },
20+
...configDefault.branches,
21+
{ name: 'NICE-XYZ', prerelease: 'canary' },
2322
]
2423

2524
const configPassed = {

0 commit comments

Comments
 (0)