fix: lint & add no scalable

This commit is contained in:
YunYouJun
2023-11-06 00:36:09 +08:00
parent 203ab27496
commit 246a65599a
7 changed files with 765 additions and 1457 deletions

View File

@@ -1,3 +1,7 @@
import antfu from '@antfu/eslint-config'
import unocss from '@unocss/eslint-config/flat'
export default antfu()
export default antfu(
{},
unocss,
)