Skip to content

Commit

Permalink
fix: turned off no explict any on eslint (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickimoore authored Feb 27, 2023
1 parent 0541071 commit a066d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"quotes": ["error", "single"],
"no-duplicate-imports": "error",
"react/prop-types": 0,
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]
},
"settings": {
Expand Down

0 comments on commit a066d7b

Please sign in to comment.