🧹 chore: clean up

This commit is contained in:
Abizrh
2025-08-10 15:46:15 +07:00
parent 376af79449
commit 0ede7c0529
5 changed files with 6561 additions and 7928 deletions

No files matched your search

+1 -1
View File
@@ -2,7 +2,7 @@
"useTabs": false, "useTabs": false,
"tabWidth": 2, "tabWidth": 2,
"singleQuote": true, "singleQuote": true,
"trailingComma": "es5", "trailingComma": "all",
"printWidth": 120, "printWidth": 120,
"semi": false, "semi": false,
"plugins": ["prettier-plugin-tailwindcss"] "plugins": ["prettier-plugin-tailwindcss"]
+1
View File
@@ -12,6 +12,7 @@ export default withNuxt(
quotes: 'single', quotes: 'single',
// Less strict formatting // Less strict formatting
jsx: false, jsx: false,
trailingComma: 'all',
}, },
}, },
{ {
Vendored
+9
View File
@@ -0,0 +1,9 @@
declare module '#app' {
interface NuxtApp {}
}
declare module 'vue' {
interface ComponentCustomProperties {}
}
export {}
+1
View File
@@ -21,6 +21,7 @@
"embla-carousel": "^8.5.2", "embla-carousel": "^8.5.2",
"embla-carousel-vue": "^8.5.2", "embla-carousel-vue": "^8.5.2",
"h3": "^1.15.4", "h3": "^1.15.4",
"pinia-plugin-persistedstate": "^4.4.1",
"reka-ui": "^2.4.1" "reka-ui": "^2.4.1"
}, },
"devDependencies": { "devDependencies": {
+6549 -7927
View File
File diff suppressed because it is too large Load diff