mirror of https://github.com/mthenw/frontail.git
Some parameters moved from jshint to jscs
parent
6223033bb0
commit
79f63d39fb
3
.jscsrc
3
.jscsrc
|
@ -60,5 +60,6 @@
|
|||
"requireCapitalizedConstructors": true,
|
||||
"requireDotNotation": true,
|
||||
"disallowYodaConditions": true,
|
||||
"disallowNewlineBeforeBlockStatements": true
|
||||
"disallowNewlineBeforeBlockStatements": true,
|
||||
"maximumLineLength": 120
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue