Skip to content

Commit

Permalink
feat: 集成unocss
Browse files Browse the repository at this point in the history
  • Loading branch information
c0dedance committed Oct 22, 2023
1 parent 4ea27eb commit 83452c3
Show file tree
Hide file tree
Showing 8 changed files with 437 additions and 38 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ build
bin
esm-cjs
docs
*.d.ts
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
}
],
"react/react-in-jsx-scope": "off",
"@typescript-eslint/no-non-null-assertion": "off"
"@typescript-eslint/no-non-null-assertion": "off",
"react/no-unknown-property": "off"
},
"settings": {
"react": {
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
},
"dependencies": {
"@mdx-js/rollup": "2.1.3",
"@types/react": "^18.2.31",
"@vitejs/plugin-react": "^2.2.0",
"acorn": "^8.10.0",
"cac": "^6.7.14",
Expand All @@ -77,6 +78,7 @@
"rollup": "^4.0.2",
"shiki": "^0.14.5",
"unified": "^10.1.2",
"unocss": "^0.56.5",
"vite": "^4.4.11"
}
}
Loading

0 comments on commit 83452c3

Please sign in to comment.