Skip to content

Commit

Permalink
Reenable import/extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Nov 8, 2024
1 parent e6d64d1 commit a87b0fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default [
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'import/extensions': 'off',
'jsdoc/require-param-type': 'off',
'jsdoc/require-returns': 'off',
'jsdoc/require-returns-type': 'off'
Expand Down

0 comments on commit a87b0fc

Please sign in to comment.