mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Fix .jshintrc whitespace.
This commit is contained in:
parent
344ab46d78
commit
0b9d101a25
1 changed files with 59 additions and 64 deletions
|
@ -45,11 +45,6 @@
|
||||||
"laxbreak" : false, // Tolerate unsafe line breaks e.g. `return [\n] x` without semicolons.
|
"laxbreak" : false, // Tolerate unsafe line breaks e.g. `return [\n] x` without semicolons.
|
||||||
"laxcomma" : false, // This option suppresses warnings about comma-first coding style.
|
"laxcomma" : false, // This option suppresses warnings about comma-first coding style.
|
||||||
"loopfunc" : true, // Allow functions to be defined within loops.
|
"loopfunc" : true, // Allow functions to be defined within loops.
|
||||||
// "maxcomplexity" : 10, // This option lets you control cyclomatic complexity throughout your code.
|
|
||||||
// "maxdepth" : 2, // This option lets you control how nested do you want your blocks to be.
|
|
||||||
// "maxlen" : 80, // This option lets you set the maximum length of a line.
|
|
||||||
// "maxparams" : 5, // This option lets you set the max number of formal parameters allowed per function.
|
|
||||||
// "maxstatements" : 25, // This option lets you set the max number of statements allowed per function.This option lets you set the max number of formal parameters allowed per function.
|
|
||||||
"moz" : false, // This options tells JSHint that your code uses Mozilla JavaScript extensions.
|
"moz" : false, // This options tells JSHint that your code uses Mozilla JavaScript extensions.
|
||||||
"multistr" : true, // This option suppresses warnings about multi-line strings.
|
"multistr" : true, // This option suppresses warnings about multi-line strings.
|
||||||
"noarg" : true, // Prohibit use of `arguments.caller` and `arguments.callee`.
|
"noarg" : true, // Prohibit use of `arguments.caller` and `arguments.callee`.
|
||||||
|
|
Loading…
Reference in a new issue