9 lines
233 B
Text
9 lines
233 B
Text
{
|
|
"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"
|
|
}
|
|
}
|