]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
trailing comma 2142/head
authorThomas Citharel <tcit@tcit.fr>
Thu, 9 Jun 2016 18:08:57 +0000 (20:08 +0200)
committerThomas Citharel <tcit@tcit.fr>
Thu, 9 Jun 2016 18:08:57 +0000 (20:08 +0200)
package.json

index 5d6306f0211b5e6b787019c2eefb7e95c63df2da..52c8d9096238eef647f7fdeb812c37c82b04be04 100644 (file)
@@ -81,6 +81,6 @@
   },
   "devDependencies": {
     "eslint": "^2.11.1",
-    "eslint-config-airbnb": "^9.0.1",
+    "eslint-config-airbnb": "^9.0.1"
   }
 }