Skip to content

Commit 7c96f76

Browse files
committed
chore(lint): disable consistent-type-specifier-style rule
1 parent e096b8c commit 7c96f76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default createConfigForNuxt({
1818
.append(
1919
{
2020
rules: {
21+
'import/consistent-type-specifier-style': 'off',
2122
'vue/multi-word-component-names': 'off',
2223
'vue/max-attributes-per-line': 'off',
2324
'vue/singleline-html-element-content-newline': 'off',

0 commit comments

Comments
 (0)