Skip to content

Commit

Permalink
chore: remove unocss
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-tao committed Feb 4, 2024
1 parent a70d310 commit 78f9403
Show file tree
Hide file tree
Showing 7 changed files with 735 additions and 28 deletions.
23 changes: 23 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue",
"svelte",
"html",
"markdown",
"json",
"jsonc",
"yml",
"yaml"
],
"css.lint.unknownAtRules": "ignore"
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@
},
"devDependencies": {
"@iconify-json/ri": "^1.1.12",
"@toryz/eslint-config": "^0.1.2",
"@toryz/eslint-config": "^0.1.4",
"@types/node": "^20.4.5",
"@types/nprogress": "^0.2.0",
"@unocss/reset": "^0.58.3",
"@vitejs/plugin-vue": "^5.0.3",
"bumpp": "^9.1.1",
"chalk": "^5.3.0",
"eslint": "^8.46.0",
Expand All @@ -68,6 +69,7 @@
"typescript": "^5.1.6",
"unocss": "^0.58.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.2",
"vitepress": "1.0.0-rc.35",
"vitest": "^0.33.0",
"vue": "^3.4.5"
Expand Down
Loading

0 comments on commit 78f9403

Please sign in to comment.