We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6681ef1 commit 6be3b96Copy full SHA for 6be3b96
.eslintrc.json
@@ -3,8 +3,7 @@
3
"env": {
4
"browser": true,
5
"es6": true,
6
- "node": true,
7
- "mocha": true
+ "node": true
8
},
9
"extends": [
10
"eslint:recommended",
test/.eslintrc.json
@@ -0,0 +1,10 @@
1
+{
2
+ "env": {
+ "mocha": true
+ },
+ "extends": "../.eslintrc.json",
+ "rules": {
+ "@typescript-eslint/no-var-requires": "off",
+ "@typescript-eslint/no-empty-function": "off"
+ }
+}
0 commit comments