Bläddra i källkod

Fix lint errors

Andrés Manelli 7 år sedan
förälder
incheckning
3eb6f97291
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 0
      .eslintrc.json
  2. 1 1
      models/checklistItems.js

+ 1 - 0
.eslintrc.json

@@ -131,6 +131,7 @@
     "AccountSettings": true,
     "AccountSettings": true,
     "Announcements": true,
     "Announcements": true,
     "Swimlanes": true,
     "Swimlanes": true,
+    "ChecklistItems": true,
     "Npm": true
     "Npm": true
   }
   }
 }
 }

+ 1 - 1
models/checklistItems.js

@@ -56,7 +56,7 @@ ChecklistItems.mutations({
     };
     };
 
 
     return {$set: mutatedFields};
     return {$set: mutatedFields};
-  }
+  },
 });
 });
 
 
 // Activities helper
 // Activities helper