Skip to content

Commit

Permalink
merge rules
Browse files Browse the repository at this point in the history
  • Loading branch information
CeEv committed Jan 16, 2025
1 parent c7b4878 commit 13b1c50
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,6 @@ module.exports = {
],
},
overrides: [
{
files: ['apps/server/src/migrations/mikro-orm/**/*.ts'],
rules: {
'filename-rules/match': [1, 'PascalCase'],
'no-console': 'off',
},
},
{
files: ['**/*spec.ts'],
plugins: ['jest'],
Expand Down Expand Up @@ -171,6 +164,8 @@ module.exports = {
],
},
],
'filename-rules/match': [1, 'PascalCase'],
'no-console': 'off',
},
},
{
Expand Down

0 comments on commit 13b1c50

Please sign in to comment.