Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneemkoushar authored Dec 13, 2023
1 parent 15fff09 commit af638fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"plugins": ["react", "@typescript-eslint", "jest"],
"rules": {
"react/destructuring-assignment": ["off"],
"@typescript-eslint/no-explicit-any": ["off"],
"@typescript-eslint/explicit-module-boundary-types": ["off"],
"@typescript-eslint/no-explicit-any": ["error"],
"@typescript-eslint/explicit-module-boundary-types": ["error"],
"react/no-multi-comp": [
"error",
{
Expand Down

0 comments on commit af638fa

Please sign in to comment.