Skip to content

Commit 17ed009

Browse files
committed
Updated eslint.json.
1 parent 018bb6c commit 17ed009

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

eslint.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"env": {
33
"browser": false,
4-
"node": true,
4+
"node": true
55
},
66
"rules": {
7-
"no-constant-condition": false,
8-
"no-underscore-dangle": false,
9-
"camelcase": false,
10-
"quotes": false,
11-
"no-process-exit": false,
12-
"no-empty": false,
13-
"new-caps": {
7+
"no-constant-condition": 0,
8+
"no-underscore-dangle": 0,
9+
"camelcase": 0,
10+
"quotes": 0,
11+
"no-process-exit": 0,
12+
"no-empty": 0,
13+
"new-cap": [2, {
1414
"newIsCap": true,
1515
"capIsNew": true,
1616
"newIsCapExceptions": [],
1717
"capIsNewExceptions": []
18-
}
18+
}]
1919
}
2020
}

0 commit comments

Comments
 (0)