This commit is contained in:
2026-01-25 16:16:01 +08:00
parent 0c093cbe80
commit 4a614b75d6
5 changed files with 185 additions and 75 deletions

View File

@@ -6,15 +6,6 @@ export default withNuxt([eslintPluginPrettierRecommended], {
files: ["src/**/*.ts", "src/**/*.vue"],
language: "vue",
"prettier/prettier": [
"error",
{
fileInfoOptions: {
usePrettierrc: false,
},
},
],
// rules: {
// 'vue/html-self-closing': 'off',
// },