{ "extends": "@bifot/eslint-config", "rules": { "no-shadow": "off", "no-underscore-dangle": "off", "import/no-unresolved": "off", "no-plusplus": "off", "func-names": "off", "consistent-return": "off", "prefer-destructuring": "off", "max-len": ["error", { "code": 120 }], "camelcase": ["error", { "properties": "never", "ignoreDestructuring": true }], "function-paren-newline": "off", "no-multi-spaces": "off", "no-param-reassign": "off" } }