Skip to content

Commit

Permalink
No explicit any
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanireland committed May 1, 2024
1 parent 504a8d7 commit 5b1cfc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"plugins": ["react", "@typescript-eslint"],
"rules": {
"react/react-in-jsx-scope": "off",
"@typescript-eslint/ban-ts-comment": "off"
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-explicit-any": "off"
},
"settings": {
"react": {
Expand Down

0 comments on commit 5b1cfc2

Please sign in to comment.