diff --git a/.eslintrc.json b/.eslintrc.json index bfcdeedb..c08e850c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -65,7 +65,9 @@ "no-throw-literal": "off", // lightning has sync methods and this rule bans them - "no-sync": "off" + "no-sync": "off", + + "id-length": "off" }, "parser": "babel-eslint", "env": {