e71fc374bc
This brings the name of the application inline with the terminology in the Joyent triton / cloud api documentation.
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
{
|
|
"extends": "semistandard",
|
|
"rules": {
|
|
"no-unused-vars": "error",
|
|
"space-before-function-paren": [2, "never"],
|
|
"object-curly-newline": ["error", {
|
|
"minProperties": 1
|
|
}],
|
|
"sort-vars": ["error", {
|
|
"ignoreCase": true
|
|
}]
|
|
}
|
|
}
|