{ // Naver https://github.com/naver/eslint-config-naver/blob/master/STYLE_GUIDE.md "extends": "naver", "rules": { "linebreak-style": 0, "consistent-this": 0, "no-nested-ternary": 0, "object-shorthand": 0, "comma-dangle": 0, "no-lonely-if": 0, "no-shadow": 0, "default-case": 0, "class-methods-use-this": 0, "no-useless-escape": 0, "no-loop-func": 0, "no-console":["error", { allow: ["error"] }] } }