Skip to content

Commit 2df428d

Browse files
committed
adjust lint
1 parent 5e3376f commit 2df428d

File tree

3 files changed

+859
-150
lines changed

3 files changed

+859
-150
lines changed

.jscsrc

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"allowRegex": true,
77
"allowUrlComments": true
88
},
9+
"requireDotNotation": {
10+
"allExcept": [ "keywords" ]
11+
},
912
"disallowQuotedKeysInObjects": null,
1013
"requireMultipleVarDecl": null,
11-
"disallowDanglingUnderscores": null
14+
"disallowDanglingUnderscores": null,
15+
"requireVarDeclFirst": false
1216
}

0 commit comments

Comments
 (0)