style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-18 09:29:27 +00:00
parent f439725539
commit 641266f0fe

View file

@ -13,6 +13,6 @@ export default defineConfig({
},
},
build: {
target: 'esnext' //Browsers can handle the latest ES features
},
target: "esnext", //Browsers can handle the latest ES features
},
});