Skip to content

Commit 8031de7

Browse files
chore(deps): update dependency eslint to v9 (#5504)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Sheremet <[email protected]>
1 parent ec9d7c9 commit 8031de7

File tree

4 files changed

+471
-324
lines changed

4 files changed

+471
-324
lines changed

eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export default antfu(
1010
'**/*.snap',
1111
'**/bench.json',
1212
'**/fixtures',
13+
'**/assets/**',
14+
'**/*.timestamp-*',
1315
'test/core/src/self',
1416
'test/wasm-modules/src/wasm-bindgen-no-cyclic',
1517
'test/workspaces/results.json',

examples/typecheck/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"declaration": true,
88
"declarationMap": true,
99
"sourceMap": true,
10-
"verbatimModuleSyntax": true
10+
"verbatimModuleSyntax": true,
11+
"skipLibCheck": true
1112
},
1213
"include": ["src", "test"],
1314
"exclude": ["node_modules"]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test:browser:playwright": "pnpm -C test/browser run test:playwright"
4040
},
4141
"devDependencies": {
42-
"@antfu/eslint-config": "^2.6.4",
42+
"@antfu/eslint-config": "^2.15.0",
4343
"@antfu/ni": "^0.21.12",
4444
"@playwright/test": "^1.41.0",
4545
"@rollup/plugin-commonjs": "^25.0.7",
@@ -53,7 +53,7 @@
5353
"@vitest/ui": "workspace:*",
5454
"bumpp": "^9.2.1",
5555
"esbuild": "^0.19.11",
56-
"eslint": "^8.54.0",
56+
"eslint": "^9.1.0",
5757
"fast-glob": "^3.3.2",
5858
"lint-staged": "^15.1.0",
5959
"magic-string": "^0.30.5",

0 commit comments

Comments
 (0)