Skip to content

Commit

Permalink
ignore eslintrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
habdelra committed Apr 11, 2024
1 parent 4bf01d4 commit 5908089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/realm-server/pg-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default class PgAdapter implements DBAdapter {
},
count: Infinity,
dir: join(__dirname, 'migrations'),
ignorePattern: '.*\\.eslintrc\\.js',
log: (...args) => console.log(...args),
});
}
Expand Down

0 comments on commit 5908089

Please sign in to comment.