hound
hound copied to clipboard
incompatible with @react-native-community/eslint-config
Hello,
Seems like we're not able to use the @react-native-community
ESLint plugin. Every time I push to a PR branch, Hound shows this error message:
Some files could not be reviewed due to errors:
Oops! Something went wrong! :( ESLint: 6.3.0. ESLint couldn't find the config "@react-native-community" to extend from. Please check that the > name of the config is correct. The config "@react-native-community" was referenced from the config file in ".eslintrc". If you still have problems, please stop by https://gitter.im/eslint/eslint to chat with the team.
.hound.yml
:
eslint:
enabled: true
config_file: .eslintrc
version: 6.3.0
.eslintrc
:
{
"parser": "@typescript-eslint/parser",
"root": true,
"extends": ["@react-native-community", "prettier", "prettier/@typescript-eslint", "prettier/react"]
}