{ "extends": "airbnb-base", "rules": { "object-curly-spacing": 0, "no-param-reassign": 0, "comma-dangle": 0, "no-confusing-arrow": 0, "prefer-rest-params": 0, "no-use-before-define": [2, "nofunc"], "semi": 0, "import/extensions": 0, "prefer-arrow-callback": 0, "space-before-function-paren": 0, "arrow-parens": 0, "no-shadow": 0, "consistent-return": 0, "valid-typeof": 0, "space-in-parens": 0, "no-underscore-dangle": 0, "quotes": 0, "import/prefer-default-export": 0, "no-plusplus": 0, "no-mixed-operators": 0, "object-curly-newline": ["error", { "consistent": true }], "function-paren-newline": 0 }, "globals": { "test": true, "describe": true, "expect": true } }