diff --git a/.eslintrc.json b/.eslintrc.json
index 52b136d7a6031bf708bec43b27c56478555241b3..14152dfcb9ae24e77005322efbbfbe811504ae58 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,5 +1,6 @@
 {
     "extends": "airbnb",
+    "root": true,
     "plugins": [
         "react",
         "jsx-a11y",
@@ -8,6 +9,6 @@
     "rules": {
         "indent": [ "error", 4 ],
         "no-unused-vars": [ "error", { "args": "none" }],
-		"no-param-reassign": [ "off" ]
+        "no-param-reassign": [ "off" ]
     }
 }