We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e096b8c commit 7c96f76Copy full SHA for 7c96f76
eslint.config.mjs
@@ -18,6 +18,7 @@ export default createConfigForNuxt({
18
.append(
19
{
20
rules: {
21
+ 'import/consistent-type-specifier-style': 'off',
22
'vue/multi-word-component-names': 'off',
23
'vue/max-attributes-per-line': 'off',
24
'vue/singleline-html-element-content-newline': 'off',
0 commit comments