Skip to content

Commit 95d7a33

Browse files
authored
chore(deps): update eslint packages (#7996)
1 parent 6dc1d18 commit 95d7a33

File tree

3 files changed

+435
-753
lines changed

3 files changed

+435
-753
lines changed

.vscode/settings.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
{
2-
"cSpell.words": [
3-
"birpc",
4-
"unmock"
5-
],
6-
7-
// Enable the ESlint flat config support
8-
"eslint.useFlatConfig": true,
9-
102
// Disable the default formatter, use eslint instead
113
"prettier.enable": false,
124
"editor.formatOnSave": false,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test:browser:playwright": "pnpm -C test/browser run test:playwright"
3737
},
3838
"devDependencies": {
39-
"@antfu/eslint-config": "^4.12.0",
39+
"@antfu/eslint-config": "^4.13.1",
4040
"@antfu/ni": "^24.3.0",
4141
"@playwright/test": "^1.52.0",
4242
"@rollup/plugin-commonjs": "^28.0.3",
@@ -51,7 +51,7 @@
5151
"bumpp": "^10.1.0",
5252
"changelogithub": "^13.13.0",
5353
"esbuild": "^0.25.3",
54-
"eslint": "^9.26.0",
54+
"eslint": "^9.27.0",
5555
"magic-string": "^0.30.17",
5656
"pathe": "^2.0.3",
5757
"rimraf": "^6.0.1",

0 commit comments

Comments
 (0)