if-salas-web/.eslintrc

10 lines
233 B
Text
Raw Normal View History

2022-05-25 18:29:15 +00:00
{
"extends": "react-app",
"plugins": ["prettier", "eslint-plugin-cypress", "react-hooks"],
"rules": {
"prettier/prettier": "error",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
}
}