Some parameters moved from jshint to jscs

pull/39/head
Maciej Winnicki 2014-10-07 23:40:55 +02:00
parent 6223033bb0
commit 79f63d39fb
2 changed files with 2 additions and 5 deletions

View File

@ -60,5 +60,6 @@
"requireCapitalizedConstructors": true,
"requireDotNotation": true,
"disallowYodaConditions": true,
"disallowNewlineBeforeBlockStatements": true
"disallowNewlineBeforeBlockStatements": true,
"maximumLineLength": 120
}

View File

@ -4,7 +4,6 @@
"curly": true,
"eqeqeq": true,
"forin": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
@ -17,9 +16,6 @@
"trailing": true,
"expr": true,
"maxlen": 120,
"white": true,
"node": true,
"browser": true,