Skip to content

Commit 2463be9

Browse files
committed
chore: disable import/consistent-type-specifier-style
1 parent 2aa6fb7 commit 2463be9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
'@typescript-eslint/non-nullable-type-assertion-style': 0,
1616
// ES2022 will be released in June 2022
1717
'prefer-object-has-own': 0,
18+
'import/consistent-type-specifier-style': 0,
1819
},
1920
overrides: [
2021
{

0 commit comments

Comments
 (0)