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 16cf906 commit 9c30d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ module.exports = {
{
files: [
'./packages/api/migrations/*',
'./packages/loot-core/migrations/*'
'./packages/loot-core/migrations/*',
],
rules: {
'import/no-default-export': 'off',
Expand Down

0 comments on commit 9c30d57

Please sign in to comment.