Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 6, 2024
1 parent 440f1f8 commit 21b9190
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,7 @@ module.exports = {
},
},
{
files: [
'./packages/loot-core/migrations/*',
],
files: ['./packages/loot-core/migrations/*'],
rules: {
'import/no-default-export': 'off',
},
Expand Down

0 comments on commit 21b9190

Please sign in to comment.