Skip to content

Commit 9f1c064

Browse files
committed
Use the old "var" syntax, and max line 120
1 parent 8d3d8f3 commit 9f1c064

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.eslintrc.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

.eslintrc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": "google",
3+
"env": {
4+
"browser": true,
5+
"node": true
6+
},
7+
"rules": {
8+
"no-var": "off",
9+
"max-len": ["error", { "code": 120, "tabWidth": 4 }]
10+
}
11+
}

0 commit comments

Comments
 (0)