mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
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
|
|
}]
|
|
}
|
|
}
|