Merge pull request #22 from twbs/bump-jscs

Bump grunt-jscs to ^1.5.0
This commit is contained in:
Chris Rebert 2015-02-06 14:05:17 -08:00
Родитель 7e14003c35 14e298c059
Коммит 0679e41aa7
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -7,6 +7,7 @@
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
"disallowSpacesInCallExpression": true,
"disallowSpacesInsideBrackets": true,
"disallowTrailingWhitespace": true,
"requireCapitalizedConstructors": true,
"requireCommaBeforeLineBreak": true,
@ -19,6 +20,7 @@
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
"requireSpacesInConditionalExpression": true,
"requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
"requireSpacesInForStatement": true,
"validateIndentation": 2,
"validateLineBreaks": "LF",
"validateParameterSeparator": ", ",

Просмотреть файл

@ -28,7 +28,7 @@
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-eslint": "^5.1.0",
"grunt-jscs": "^1.2.0",
"grunt-jscs": "^1.5.0",
"load-grunt-tasks": "^3.1.0"
},
"peerDependencies": {