Skip to content

Commit

Permalink
fixed eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
darshan-iterable committed Oct 15, 2024
1 parent 1ad4344 commit 93760d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions react-example/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"extends": ["../.eslintrc", "plugin:react/recommended"],
"rules": {
"@typescript-eslint/no-empty-interface": "off",
"react/react-in-jsx-scope": "off",
"@typescript-eslint/no-explicit-any": "off"
"react/react-in-jsx-scope": "off"
},
"ignorePatterns": ["node_modules/"]
}

0 comments on commit 93760d4

Please sign in to comment.