Quellcode durchsuchen

fix lint errors

Yuki Takei vor 2 Jahren
Ursprung
Commit
9defabbbcd
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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'] },
     ],
-  }
+  },
 };