🧹 chore: clean up
This commit is contained in:
No files matched your search
+1
-1
@@ -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"]
|
||||||
|
|||||||
@@ -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
@@ -0,0 +1,9 @@
|
|||||||
|
declare module '#app' {
|
||||||
|
interface NuxtApp {}
|
||||||
|
}
|
||||||
|
|
||||||
|
declare module 'vue' {
|
||||||
|
interface ComponentCustomProperties {}
|
||||||
|
}
|
||||||
|
|
||||||
|
export {}
|
||||||
@@ -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": {
|
||||||
|
|||||||
Generated
+6549
-7927
File diff suppressed because it is too large
Load diff
Reference in New Issue
Block a user