Skip to content

Commit 37afc90

Browse files
committed
feat(rules): Disable the no-undef rule
1 parent 6fbb5a7 commit 37afc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const config: BaseConfig = {
99
"no-negated-condition": "off",
1010
"no-restricted-syntax": "off",
1111
"no-warning-comments": "off",
12+
"no-undef": "off"
1213
},
1314
};
1415

0 commit comments

Comments
 (0)