Skip to content

Commit 1acde2b

Browse files
committed
fix lint config
1 parent 60fba76 commit 1acde2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.oxlintrc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
}
9797
},
9898
{
99-
"files": ["packages/{vue,vue-compat,runtime-dom}/**"],
99+
"files": ["packages/{vue,vue-compat,runtime-dom,runtime-vapor}/**"],
100100
"rules": {
101101
"no-restricted-globals": ["error", "module", "require"]
102102
}
@@ -138,7 +138,9 @@
138138
"scripts/**",
139139
"./*.{js,ts}",
140140
"packages/*/*.js",
141-
"packages/vue/*/*.js"
141+
"packages/vue/*/*.js",
142+
"packages-private/benchmark/*",
143+
"packages-private/e2e-utils/*"
142144
],
143145
"rules": {
144146
"no-restricted-globals": "off",

0 commit comments

Comments
 (0)