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