JSHint disable maxlen and quotmark [ci skip]
This commit is contained in:
parent
ab2e4781f8
commit
f27b9dbf79
2 changed files with 4 additions and 0 deletions
|
|
@ -8,12 +8,14 @@
|
|||
"immed": true,
|
||||
"indent": 2,
|
||||
"latedef": true,
|
||||
"maxlen": false,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"noempty": true,
|
||||
"nonbsp": true,
|
||||
"nonew": false,
|
||||
"notypeof": true,
|
||||
"quotmark": false,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
|
||||
|
|
|
|||
|
|
@ -16,12 +16,14 @@ options:
|
|||
immed: true
|
||||
indent: 2
|
||||
latedef: true
|
||||
maxlen: false
|
||||
newcap: true
|
||||
noarg: true
|
||||
noempty: true
|
||||
nonbsp: true
|
||||
nonew: false
|
||||
notypeof: true
|
||||
quotmark: false
|
||||
undef: true
|
||||
unused: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue