feat 制定eslint规则

This commit is contained in:
Ironsp
2026-08-25 11:36:17 +08:00
parent 65abf0216d
commit 8b3c06d1c8
6 changed files with 354 additions and 70 deletions

View File

@@ -2,4 +2,7 @@ import uni from '@uni-helper/eslint-config'
export default uni({
unocss: true,
rules: {
'no-console': 'off',
},
})