{ "extends": "./.eslintrc-hound.json", "plugins": [ "html", "react" ], "env": { "browser": true }, "rules": { "import/no-unresolved": 2, "linebreak-style": 0 } }