mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
meta: add missing lint rule for .ts files (#5335)
This commit is contained in:
parent
897a34259e
commit
6f8dd870ac
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue