Skip to content

Commit

Permalink
Disable no-shadow rule
Browse files Browse the repository at this point in the history
  • Loading branch information
romeovs committed Oct 15, 2024
1 parent 2b55642 commit 13873b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"plugin:react-hooks/recommended",
"plugin:prettier/recommended",
"plugin:react/jsx-runtime"
]
],
"rules": {
"no-shadow": "off"
}
}

0 comments on commit 13873b7

Please sign in to comment.