Skip to content

Commit

Permalink
fix errors produced by build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham4401 committed Jul 31, 2024
1 parent 87684d1 commit 660f2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default [
name: 'ts-migration-relax',
files: ['**/*.{ts,tsx}'],
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-empty-function': 'off',
},
Expand Down

0 comments on commit 660f2ef

Please sign in to comment.