Skip to content

Commit

Permalink
meta: add missing lint rule for .ts files (#5335)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jul 15, 2024
1 parent 897a342 commit 6f8dd87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ module.exports = {
selector: 'ImportDeclaration[source.value=/^@uppy\\x2Futils\\x2Flib\\x2F.+\\.[mc]?[jt]sx?$/]',
message: 'Do not use file extension when importing from @uppy/utils',
}],
'import/extensions': ['error', 'ignorePackages'],
'import/prefer-default-export': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-explicit-any': 'off',
Expand Down

0 comments on commit 6f8dd87

Please sign in to comment.