Skip to content

Commit

Permalink
chore(deps): eslint warn
Browse files Browse the repository at this point in the history
  • Loading branch information
jmetev1 committed Jun 28, 2023
1 parent 265aa2e commit 3a7bb42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ module.exports = {
}
],
'@typescript-eslint/camelcase': 'off',
'@typescript-eslint/explicit-function-return-type': 'off'
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/ban-ts-comment': 'warn'
},
settings: {
react: {
Expand Down

0 comments on commit 3a7bb42

Please sign in to comment.