Skip to content

Commit 457046f

Browse files
committed
chore: update dependencies
Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
1 parent 05b9b00 commit 457046f

4 files changed

Lines changed: 375 additions & 369 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"fixMixedExportsWithInlineTypeSpecifier": true
5757
}
5858
],
59+
"import/consistent-type-specifier-style": ["error", "prefer-inline"],
5960
"@typescript-eslint/consistent-type-imports": [
6061
"error", {
6162
"prefer": "type-imports",

browser/vue/.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"parser": "@typescript-eslint/parser"
1414
},
1515
"rules": {
16+
"import/consistent-type-specifier-style": "off",
1617
"vue/multi-word-component-names": "off"
1718
}
1819
}

0 commit comments

Comments
 (0)