فهرست منبع

fix lint errors

Yuki Takei 2 سال پیش
والد
کامیت
9defabbbcd
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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'] },
     ],
-  }
+  },
 };