Skip to content

Commit

Permalink
fix(eslint): ignore drizzle migrations folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJume committed Jun 28, 2024
1 parent 8f676ce commit 3f90bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function eslintConfig({ nuxt = false, tsconfigPath, unicorn = false, conf
},
{
name: 'falcondev/unicorn/ignore',
files: ['.github/**/*', 'prisma/migrations/**/*'],
files: ['.github/**/*', 'prisma/migrations/**/*', 'db/migrations/meta/**/*'],
rules: {
'unicorn/filename-case': 'off',
},
Expand Down

0 comments on commit 3f90bea

Please sign in to comment.