From e4ab314e7f0789d76a44398e5af58b076877edce Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sat, 25 Jan 2020 19:32:56 -0400 Subject: [PATCH] update eslint rules --- .eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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": {