diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 739ec800..3aa7b323 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: 🐞 Bug report description: Create a report to help us improve shadcn-vue. -title: "[Bug]: " +title: '[Bug]: ' labels: [bug] body: - type: markdown diff --git a/packages/shadcn-vue/mono.config.js b/packages/shadcn-vue/mono.config.js index 23edac31..199feb56 100644 --- a/packages/shadcn-vue/mono.config.js +++ b/packages/shadcn-vue/mono.config.js @@ -1,11 +1,11 @@ -import { cva } from "class-variance-authority"; +import { cva } from 'class-variance-authority' export const buttonClass = cva( 'flex px-2 py-2', { variants: { primary: 'bg-blue-200', - secondary: 'bg-red-400' - } - } -) \ No newline at end of file + secondary: 'bg-red-400', + }, + }, +) diff --git a/packages/shadcn-vue/src/components/Internal/Docs/Card/Card.vue b/packages/shadcn-vue/src/components/Internal/Docs/Card/Card.vue index cba4ce52..4db9c47a 100644 --- a/packages/shadcn-vue/src/components/Internal/Docs/Card/Card.vue +++ b/packages/shadcn-vue/src/components/Internal/Docs/Card/Card.vue @@ -1,14 +1,16 @@ - - \ No newline at end of file + + + diff --git a/packages/shadcn-vue/src/components/Internal/Docs/Card/index.ts b/packages/shadcn-vue/src/components/Internal/Docs/Card/index.ts index fe0e9fd4..579ebc76 100644 --- a/packages/shadcn-vue/src/components/Internal/Docs/Card/index.ts +++ b/packages/shadcn-vue/src/components/Internal/Docs/Card/index.ts @@ -1 +1 @@ -export { default as Card } from "./Card.vue"; \ No newline at end of file +export { default as Card } from './Card.vue' diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index ccdc80cd..18ec407e 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,2 @@ packages: - - "packages/*" \ No newline at end of file + - 'packages/*'