1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00
copilot/triton-graphql/.eslintrc
2016-10-10 16:37:26 +01:00

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
}]
}
}