Skip to content

Commit d3d8df8

Browse files
committed
fix: upgrade @stylistic/eslint-plugin to latest, export experimental
1 parent e5fc258 commit d3d8df8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ catalogs:
5656
'@clack/prompts': ^0.11.0
5757
'@eslint-community/eslint-plugin-eslint-comments': ^4.5.0
5858
'@eslint/markdown': ^7.4.0
59-
'@stylistic/eslint-plugin': ^5.4.0
59+
'@stylistic/eslint-plugin': ^5.5.0
6060
'@typescript-eslint/eslint-plugin': ^8.46.1
6161
'@typescript-eslint/parser': ^8.46.1
6262
'@vitest/eslint-plugin': ^1.3.20

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export interface OptionsStylistic {
220220
}
221221

222222
export interface StylisticConfig
223-
extends Pick<StylisticCustomizeOptions, 'indent' | 'quotes' | 'jsx' | 'semi'> {
223+
extends Pick<StylisticCustomizeOptions, 'indent' | 'quotes' | 'jsx' | 'semi' | 'experimental'> {
224224
}
225225

226226
export interface OptionsOverrides {

0 commit comments

Comments
 (0)