{ "rules": { "arrow-parens": [2, "always"], "class-methods-use-this": 0, "func-names": 0, "import/no-unresolved": [2, { "ignore": ["^[^./]"] }], "no-console": [1, { "allow": ["warn", "error", "info"] }], "no-empty": [2, { "allowEmptyCatch": true }], "no-mixed-operators": 0, "no-param-reassign": 0, "no-shadow": 0, "no-underscore-dangle": 0 } }