chore: apply eslint

This commit is contained in:
Anthony Fu
2024-02-21 17:47:45 +01:00
parent 837ffab168
commit 7dfdf887c4
14 changed files with 2151 additions and 515 deletions

View File

@@ -6,6 +6,6 @@ export default defineBuildConfig({
],
declaration: true,
rollup: {
emitCJS: true
}
emitCJS: true,
},
})