module.exports = { "extends": "google", "rules": { "brace-style": ["error", "1tbs", { "allowSingleLine": true }], "curly": ["error", "multi-line"], "no-undef": "off", "require-jsdoc": "off", "valid-jsdoc": "off", "one-var": "off", "guard-for-in": "off", "no-alert": "off", "no-loop-func": "off", "no-negated-condition": "off", "no-inner-declaration": "off", "no-warning-comments": "off", "no-eval": "off", "no-inner-declarations": "off", "no-else-return": "off", "no-var": "off", "padded-blocks": "off", "radix": "off" } }