mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 08:26:13 -06:00
chore: reformat entire project with prettier, add prettierignore
This commit is contained in:
+4
-4
@@ -1,4 +1,4 @@
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import tailwindcss from '@tailwindcss/vite';
|
||||
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
@@ -14,7 +14,7 @@ export default defineNuxtConfig({
|
||||
'@nuxt/eslint',
|
||||
'@nuxt/image',
|
||||
'shadcn-nuxt',
|
||||
'@pinia/nuxt'
|
||||
'@pinia/nuxt',
|
||||
],
|
||||
shadcn: {
|
||||
prefix: '',
|
||||
@@ -22,5 +22,5 @@ export default defineNuxtConfig({
|
||||
},
|
||||
typescript: {
|
||||
typeCheck: true,
|
||||
}
|
||||
})
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user