We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2be26 commit 21be6e4Copy full SHA for 21be6e4
1 file changed
eslint.config.js
@@ -2,6 +2,13 @@ import jqueryConfig from "eslint-config-jquery";
2
import globals from "globals";
3
4
export default [
5
+ {
6
+ ignores: [
7
+ "test/jquery",
8
+ "test/jquery-migrate",
9
+ "test/jquery-ui"
10
+ ]
11
+ },
12
{
13
files: [
14
"**/*.js"
0 commit comments