Skip to content

Commit

Permalink
fix: turn off warnings for tsx files
Browse files Browse the repository at this point in the history
Too much noise if leaving it to warn
  • Loading branch information
coderbyheart authored Mar 20, 2024
1 parent 09fe03a commit 890bbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default tseslint.config(
{
files: ['**/*.tsx'],
rules: {
'@typescript-eslint/explicit-module-boundary-types': ['warn'],
'@typescript-eslint/explicit-module-boundary-types': ['off'],
},
},
)

0 comments on commit 890bbd3

Please sign in to comment.