Skip to content

Commit

Permalink
fix eslintrc quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
suren-atoyan committed Dec 24, 2023
1 parent 69700b8 commit ab1bfae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"no-restricted-imports": [
"error",
{
patterns: ['@mui/*/*/*']
}
"error",
{
"patterns": ["@mui/*/*/*"]
}
]
}
}

0 comments on commit ab1bfae

Please sign in to comment.