We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23188b4 commit 1e4b805Copy full SHA for 1e4b805
.eslintrc.cjs
@@ -22,6 +22,7 @@ module.exports = {
22
"no-constant-condition": "off",
23
"no-control-regex": "off",
24
"no-empty": "off",
25
+ "no-undef": "off",
26
},
27
parserOptions: {
28
sourceType: "module",
0 commit comments