Skip to content

Commit

Permalink
feat: eslint 增加 unocss 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Dec 19, 2023
1 parent 874e3db commit dcbcc46
Show file tree
Hide file tree
Showing 29 changed files with 251 additions and 107 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import antfu from '@antfu/eslint-config'

export default antfu(
{
unocss: true,
ignores: [
'public',
'dist*',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@iconify/json": "^2.2.158",
"@iconify/vue": "^4.1.1",
"@types/qs": "^6.9.10",
"@unocss/eslint-plugin": "^0.58.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.16",
Expand Down
Loading

0 comments on commit dcbcc46

Please sign in to comment.