Skip to content

Commit 21be6e4

Browse files
committed
chore(lint): ignore submodules when linting
1 parent 9a2be26 commit 21be6e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eslint.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ import jqueryConfig from "eslint-config-jquery";
22
import globals from "globals";
33

44
export default [
5+
{
6+
ignores: [
7+
"test/jquery",
8+
"test/jquery-migrate",
9+
"test/jquery-ui"
10+
]
11+
},
512
{
613
files: [
714
"**/*.js"

0 commit comments

Comments
 (0)