{ "extends": "airbnb", "rules": { "arrow-parens": 0, "comma-dangle": 0, "import/no-unresolved": 0, "import/no-extraneous-dependencies": 0, "import/extensions": 0, "no-unneeded-ternary": 0, "no-console": ["error", { allow: ["info", "warn", "error", "trace"] }], "react/jsx-filename-extension": 0 }, "globals": { "By": true, "config": true, "exit": true, "expect": true, "freeze": true, "R": true, "store": true, "until": true }, "env": { "mocha": true, "browser": true, "node": true } }