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,
|
"camelcase": false,
|
||||||
"curly": true,
|
"curly": true,
|
||||||
"eqeqeq": true,
|
"eqeqeq": true,
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
"noempty": true,
|
"noempty": true,
|
||||||
"nonbsp": true,
|
"nonbsp": true,
|
||||||
"nonew": false,
|
"nonew": false,
|
||||||
"notypeof": true,
|
|
||||||
"quotmark": false,
|
"quotmark": false,
|
||||||
"undef": true,
|
"undef": true,
|
||||||
"unused": true,
|
"unused": true,
|
||||||
|
|
@ -32,6 +31,7 @@
|
||||||
"laxbreak": false,
|
"laxbreak": false,
|
||||||
"laxcomma": false,
|
"laxcomma": false,
|
||||||
"loopfunc": false,
|
"loopfunc": false,
|
||||||
|
"notypeof": false,
|
||||||
"scripturl": false,
|
"scripturl": false,
|
||||||
"sub": false,
|
"sub": false,
|
||||||
"supernew": true,
|
"supernew": true,
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ exclude_paths: [
|
||||||
|
|
||||||
options:
|
options:
|
||||||
# enforcing options
|
# enforcing options
|
||||||
bitwise: false
|
bitwise: true
|
||||||
camelcase: false
|
camelcase: false
|
||||||
curly: true
|
curly: true
|
||||||
eqeqeq: true
|
eqeqeq: true
|
||||||
|
|
@ -22,7 +22,6 @@ options:
|
||||||
noempty: true
|
noempty: true
|
||||||
nonbsp: true
|
nonbsp: true
|
||||||
nonew: false
|
nonew: false
|
||||||
notypeof: true
|
|
||||||
quotmark: false
|
quotmark: false
|
||||||
undef: true
|
undef: true
|
||||||
unused: true
|
unused: true
|
||||||
|
|
@ -41,6 +40,7 @@ options:
|
||||||
laxbreak: false
|
laxbreak: false
|
||||||
laxcomma: false
|
laxcomma: false
|
||||||
loopfunc: false
|
loopfunc: false
|
||||||
|
notypeof: false
|
||||||
scripturl: false
|
scripturl: false
|
||||||
sub: false
|
sub: false
|
||||||
supernew: true
|
supernew: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue