Skip to content

Commit d93ec05

Browse files
committed
Bump version to 4.3.0 and update dependencies
- Bump version from 4.2.0 to 4.3.0 - Upgrade ESLint 9 to 10 and add @eslint/js - Update @stylistic/eslint-plugin, @types/node, vitest, rollup, and typescript-eslint to latest versions - Add minimatch: ^10.2.2 to overrides - Add SwitchCase: 0 to @stylistic/indent rule in eslint.config.js
1 parent 1556efa commit d93ec05

File tree

3 files changed

+1090
-880
lines changed

3 files changed

+1090
-880
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default defineConfig(
110110
'@stylistic/function-call-spacing': 'warn',
111111
'@stylistic/generator-star-spacing': 'warn',
112112
'@stylistic/implicit-arrow-linebreak': 'warn',
113-
'@stylistic/indent': ['warn', 2, { ignoreComments: true }],
113+
'@stylistic/indent': ['warn', 2, { SwitchCase: 0, ignoreComments: true }],
114114
'@stylistic/jsx-quotes': 'warn',
115115
'@stylistic/key-spacing': 'warn',
116116
'@stylistic/keyword-spacing': 'warn',

0 commit comments

Comments
 (0)