Skip to content

Commit af95f10

Browse files
committed
chore: updated lint settings
1 parent b057498 commit af95f10

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"no-shadow-restricted-names": 2,
101101
"no-undef": [2, { "typeof": true }],
102102
"no-undef-init": 2,
103-
"no-undefined": 2,
103+
"no-undefined": 0,
104104
"no-unused-vars": [2, { "vars": "local", "args": "none", "caughtErrors": "none" }],
105105
"no-use-before-define": [2, { "functions": false, "classes": true }],
106106

test/.eslintrc.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
},
88
"rules": {
99

10-
// Variables
11-
12-
"no-undefined": 0,
13-
1410
// Node.js and CommonJS
1511

1612
"no-process-env": 0,

0 commit comments

Comments
 (0)