chore: update lint

This commit is contained in:
Anthony Fu
2021-12-18 19:33:57 +08:00
parent db055b9ed1
commit 7b9688536c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,6 +7,6 @@ export default defineBuildConfig({
declaration: true,
clean: true,
rollup: {
emitCJS: true
}
emitCJS: true,
},
})
+1 -1
View File
@@ -1,4 +1,4 @@
import { describe, it, expect } from 'vitest'
import { describe, expect, it } from 'vitest'
import { one } from '../src'
describe('should', () => {