Skip to content

Commit

Permalink
chore: Avoid linting shadcn component
Browse files Browse the repository at this point in the history
  • Loading branch information
riceball-tw committed Jan 9, 2025
1 parent 79c0e89 commit 7a7e1d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
import withNuxt from './.nuxt/eslint.config.mjs'

export default withNuxt(
// Your custom configs here
{
ignores: ["components/ui/**/*"],
}
)

0 comments on commit 7a7e1d5

Please sign in to comment.