mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
7ce3726589
no issue - add ember-suave dependency - upgrade grunt-jscs dependency - add a new .jscsrc for the client's tests directory that extends from client's base .jscsrc - separate client tests in Gruntfile jscs task so they pick up the test's .jscsrc - standardize es6 usage across client
14 lines
428 B
Text
14 lines
428 B
Text
{
|
|
"preset": "ember-suave",
|
|
"validateIndentation": 4,
|
|
"disallowSpacesInFunction": null,
|
|
"disallowSpacesInNamedFunctionExpression": {
|
|
"beforeOpeningRoundBrace": true
|
|
},
|
|
"disallowSpacesInFunctionDeclaration": {
|
|
"beforeOpeningRoundBrace": true
|
|
},
|
|
"disallowSpacesInsideObjectBrackets": "all",
|
|
"requireCommentsToIncludeAccess": null,
|
|
"requireSpacesInsideObjectBrackets": null
|
|
}
|