style: format code using Prettier

This commit is contained in:
2026-08-09 13:09:39 +02:00
committed by Gitea
parent 6e0c14ac48
commit aecce32842
59 changed files with 9649 additions and 8795 deletions
+3 -4
View File
@@ -11,8 +11,8 @@ export default defineConfig([
languageOptions: {
globals: {
...globals.browser,
...globals.node
}
...globals.node,
},
},
rules: {
'eqeqeq': 'error',
@@ -44,8 +44,7 @@ export default defineConfig([
'object-shorthand': 'error',
'prefer-template': 'error',
}
},
},
pluginVue.configs['flat/essential'],
]);