From 21b919021202161d88c1ffb2055e1050b3efa972 Mon Sep 17 00:00:00 2001 From: Joel Jeremy Marquez Date: Sat, 6 Jan 2024 12:55:06 -0800 Subject: [PATCH] Fix lint error --- .eslintrc.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index e4ab5b3f2ab..23414f1025c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -240,9 +240,7 @@ module.exports = { }, }, { - files: [ - './packages/loot-core/migrations/*', - ], + files: ['./packages/loot-core/migrations/*'], rules: { 'import/no-default-export': 'off', },