Skip to content

Commit

Permalink
Remove a vestigial eslint rule from the pre-MUIv5 days (#805)
Browse files Browse the repository at this point in the history
Co-authored-by: Domino987 <domino051@gmail.com>
  • Loading branch information
imnasnainaec and Domino987 authored Nov 8, 2023
1 parent b2c2b90 commit 652e6c8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"multiline-ternary": "off",
"react/prop-types": "off",
"indent": "off",
"no-restricted-imports": [
"error",
{
"patterns": ["@material-ui/*/*/*", "!@material-ui/core/test-utils/*"]
}
],
"one-var": "off",
"semi": [
"error",
Expand Down

0 comments on commit 652e6c8

Please sign in to comment.