9 lines
250 B
JavaScript
9 lines
250 B
JavaScript
|
module.exports = {
|
||
|
"extends": ["plugin:@fellow/coffee/recommended"],
|
||
|
"plugins": ["@fellow/coffee"],
|
||
|
"rules": {
|
||
|
"@fellow/coffee/indentation": ["error", { "value": 2 }],
|
||
|
"@fellow/coffee/colon-assignment-spacing": "off"
|
||
|
}
|
||
|
};
|