style: fix linting issues met Prettier
This commit is contained in:
parent
f439725539
commit
641266f0fe
1 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,6 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
target: 'esnext' //Browsers can handle the latest ES features
|
target: "esnext", //Browsers can handle the latest ES features
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue