Skip to content

Commit

Permalink
Merge pull request #46 from alessandrofoglia07/master
Browse files Browse the repository at this point in the history
Updated eslintrc.json, based on MUI rules
  • Loading branch information
suren-atoyan authored Jul 3, 2023
2 parents 3719e85 + 89dc3cd commit f642fd2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"rules": {
"react/react-in-jsx-scope": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
"react-hooks/exhaustive-deps": "warn",
"no-restricted-imports": [
"error",
{
patterns: ['@mui/*/*/*']
}
]
}
}

0 comments on commit f642fd2

Please sign in to comment.