{ "extends": "airbnb/base", "rules": { "no-multi-str": 0, "no-undef": 0, "no-param-reassign": 0, "no-console": 0, "spaced-comment": 0, "no-unused-vars": 0, "no-trailing-spaces": 0, "no-useless-constructor": 0, "brace-style": [2, "stroustrup", { "allowSingleLine": true }], "arrow-body-style": [0, "as-needed"], "no-cond-assign": [1, "except-parens"], "max-len": ["error", { "code": 120 }], "no-fallthrough": ["error", { "commentPattern": "break[\\s\\w]*omitted" }] } }