Update javascript styleguide
This commit is contained in:
parent
bafc3ae70e
commit
fdf3817ee2
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"bitwise": true,
|
"bitwise": true,
|
||||||
"camelcase": false,
|
"camelcase": true,
|
||||||
"curly": true,
|
"curly": true,
|
||||||
"eqeqeq": true,
|
"eqeqeq": true,
|
||||||
"forin": true,
|
"forin": true,
|
||||||
|
|
@ -8,13 +8,13 @@
|
||||||
"immed": true,
|
"immed": true,
|
||||||
"indent": 2,
|
"indent": 2,
|
||||||
"latedef": true,
|
"latedef": true,
|
||||||
"maxlen": false,
|
"maxlen": 120,
|
||||||
"newcap": true,
|
"newcap": true,
|
||||||
"noarg": true,
|
"noarg": true,
|
||||||
"noempty": true,
|
"noempty": true,
|
||||||
"nonbsp": true,
|
"nonbsp": true,
|
||||||
"nonew": false,
|
"nonew": false,
|
||||||
"quotmark": false,
|
"quotmark": "double",
|
||||||
"undef": true,
|
"undef": true,
|
||||||
"unused": true,
|
"unused": true,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue