JSHint: change values for bitwise and notypeof to the thoughtbot defaults [ci skip]
This commit is contained in:
parent
9ad26604b7
commit
cdd1155bd2
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"bitwise": false,
|
||||
"bitwise": true,
|
||||
"camelcase": false,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
|
|
@ -14,7 +14,6 @@
|
|||
"noempty": true,
|
||||
"nonbsp": true,
|
||||
"nonew": false,
|
||||
"notypeof": true,
|
||||
"quotmark": false,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
|
|
@ -32,6 +31,7 @@
|
|||
"laxbreak": false,
|
||||
"laxcomma": false,
|
||||
"loopfunc": false,
|
||||
"notypeof": false,
|
||||
"scripturl": false,
|
||||
"sub": false,
|
||||
"supernew": true,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ exclude_paths: [
|
|||
|
||||
options:
|
||||
# enforcing options
|
||||
bitwise: false
|
||||
bitwise: true
|
||||
camelcase: false
|
||||
curly: true
|
||||
eqeqeq: true
|
||||
|
|
@ -22,7 +22,6 @@ options:
|
|||
noempty: true
|
||||
nonbsp: true
|
||||
nonew: false
|
||||
notypeof: true
|
||||
quotmark: false
|
||||
undef: true
|
||||
unused: true
|
||||
|
|
@ -41,6 +40,7 @@ options:
|
|||
laxbreak: false
|
||||
laxcomma: false
|
||||
loopfunc: false
|
||||
notypeof: false
|
||||
scripturl: false
|
||||
sub: false
|
||||
supernew: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue