Skip to content

Commit

Permalink
Merge branch 'master' into fix-versionid-listobjects
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx authored Jul 20, 2023
2 parents c1e1db3 + 3140ab7 commit 04fee27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ module.exports = {
fixStyle: 'separate-type-imports',
},
],
'import/no-duplicates': 'error',
'unused-imports/no-unused-imports': 'error',
'import/no-amd': 'error',
},
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/internal/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ import type {
IRequest,
RequestHeaders,
ResponseHeader,
StatObjectOpts,
Transport,
} from './type.ts'
import type { StatObjectOpts } from './type.ts'
import type { UploadedPart } from './xml-parser.ts'
import * as xmlParsers from './xml-parser.ts'

Expand Down

0 comments on commit 04fee27

Please sign in to comment.