Skip to content

Commit

Permalink
feat: add tray
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb committed Mar 9, 2023
1 parent c558af9 commit 1b5a3f7
Show file tree
Hide file tree
Showing 10 changed files with 518 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
"nextTick": true,
"onActivated": true,
"onBeforeMount": true,
"onBeforeRouteLeave": true,
"onBeforeRouteUpdate": true,
"onBeforeUnmount": true,
"onBeforeUpdate": true,
"onDeactivated": true,
Expand Down Expand Up @@ -55,9 +53,6 @@
"useAttrs": true,
"useCssModule": true,
"useCssVars": true,
"useLink": true,
"useRoute": true,
"useRouter": true,
"useSlots": true,
"watch": true,
"watchEffect": true,
Expand Down
17 changes: 9 additions & 8 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
singleQuote: true,
semi: false,
trailingComma: "none",
bracketSpacing: true,
};
printWidth: 80,
tabWidth: 2,
useTabs: false,
singleQuote: true,
semi: false,
trailingComma: 'none',
bracketSpacing: true,
plugins: [require('prettier-plugin-tailwindcss')]
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@kidonng/daisyui": "^2.51.3",
"@tauri-apps/cli": "^1.2.2",
"@types/node": "^18.7.10",
"@typescript-eslint/eslint-plugin": "^5.54.1",
Expand All @@ -36,9 +37,11 @@
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"sass": "^1.58.3",
"typescript": "^4.6.4",
"unocss": "^0.50.4",
"unocss-preset-daisy": "^2.0.0",
"unplugin-auto-import": "^0.15.1",
"vite": "^4.0.0",
"vue-tsc": "^1.0.11"
Expand Down
Loading

0 comments on commit 1b5a3f7

Please sign in to comment.