diff --git a/.eslintrc b/.eslintrc
index 1d1bc90..c091af7 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -2,6 +2,8 @@
   "extends": "airbnb-base/legacy",
   "rules": {
     "indent": [2, "tab"],
-    "no-tabs": 0
+    "no-tabs": 0,
+    "no-unused-vars": 0,
+    "no-shadow-restricted-names": 0
   }
 }