🧹 chore: clean up
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
"useTabs": false,
|
||||
"tabWidth": 2,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5",
|
||||
"trailingComma": "all",
|
||||
"printWidth": 120,
|
||||
"semi": false,
|
||||
"plugins": ["prettier-plugin-tailwindcss"]
|
||||
|
||||
@@ -12,6 +12,7 @@ export default withNuxt(
|
||||
quotes: 'single',
|
||||
// Less strict formatting
|
||||
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-vue": "^8.5.2",
|
||||
"h3": "^1.15.4",
|
||||
"pinia-plugin-persistedstate": "^4.4.1",
|
||||
"reka-ui": "^2.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Generated
+6549
-7927
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user