style: fix linting issues met ESLint

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

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
},
});