Skip to content

Commit 0f58dfc

Browse files
committed
chore(eslint): ignore test folder (including new jquery-mousehweel dir)
1 parent f5382b3 commit 0f58dfc

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

eslint.config.js

+2-8
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ import globals from "globals";
33

44
export default [
55
{
6-
ignores: [
7-
"test/jquery",
8-
"test/jquery-migrate",
9-
"test/jquery-ui"
10-
]
6+
ignores: [ "test" ]
117
},
128
{
13-
files: [
14-
"**/*.js"
15-
],
9+
files: [ "**/*.js" ],
1610
languageOptions: {
1711
ecmaVersion: "latest",
1812
globals: {

0 commit comments

Comments
 (0)