{ "extends": "airbnb", "plugins": ["react"], "rules": { "no-plusplus": [ 2, { "allowForLoopAfterthoughts": true } ], "react/jsx-filename-extension": [ 1, { "extensions": [".js", ".jsx"] } ], "import/no-extraneous-dependencies": 0, "object-curly-newline": 0, "no-mixed-operators": 0 }, "env": { "jest": true } }