clientjs/packages/annotation-dashboard-nextleap/.eslintrc
changeset 11 37ecf0b9c174
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/clientjs/packages/annotation-dashboard-nextleap/.eslintrc	Thu Sep 20 17:51:15 2018 +0200
@@ -0,0 +1,14 @@
+{
+    "parser": "babel-eslint",
+    "extends": "airbnb",
+    "plugins": [
+        "react"
+    ],
+    "env": {
+        "browser": true
+    },
+    "rules": {
+        "react/jsx-filename-extension": "off",
+        "react/forbid-prop-types": "off"
+    }
+}