Skip to content

Commit

Permalink
Add api/migrations to override
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 6, 2024
1 parent 21b9190 commit be106b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,10 @@ module.exports = {
},
},
{
files: ['./packages/loot-core/migrations/*'],
files: [
'./packages/api/migrations/*',
'./packages/loot-core/migrations/*'

Check warning on line 245 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint

Insert `,`
],
rules: {
'import/no-default-export': 'off',
},
Expand Down

0 comments on commit be106b6

Please sign in to comment.