Browse Source

fix lint errors

Yuki Takei 2 years ago
parent
commit
9defabbbcd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      apps/app/test/integration/.eslintrc.js
  2. 1 1
      apps/app/test/unit/.eslintrc.js

+ 1 - 1
apps/app/test/integration/.eslintrc.js

@@ -12,5 +12,5 @@ module.exports = {
       'error',
       { additionalTestBlockFunctions: ['each.test'] },
     ],
-  }
+  },
 };

+ 1 - 1
apps/app/test/unit/.eslintrc.js

@@ -12,5 +12,5 @@ module.exports = {
       'error',
       { additionalTestBlockFunctions: ['each.test'] },
     ],
-  }
+  },
 };