зеркало из https://github.com/twbs/grunt-css-flip.git
Коммит
0679e41aa7
2
.jscsrc
2
.jscsrc
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче