Skip to content

Commit

Permalink
Fixing type error
Browse files Browse the repository at this point in the history
  • Loading branch information
wking-io committed Dec 14, 2023
1 parent 8557c8f commit ae8b0e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 95 deletions.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module.exports = {
},
],
'@typescript-eslint/no-unused-vars': ['warn', { varsIgnorePatter: '^_' }],
'no-unused-vars': ['warn', { varsIgnorePatter: '^_' }],
'testing-library/no-await-sync-events': 'off',
'jest-dom/prefer-in-document': 'off',
'@typescript-eslint/no-duplicate-imports': 'warn',
Expand Down
94 changes: 0 additions & 94 deletions app/utils/timing.server.ts

This file was deleted.

0 comments on commit ae8b0e5

Please sign in to comment.