From 3b3898a3b2e03c5046462f39e74ae31e16601016 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 1 Jun 2016 22:04:01 +0100 Subject: [PATCH] Allow variable and property names of any lenth --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 01a5ec4..f51326f 100644 --- a/index.js +++ b/index.js @@ -42,7 +42,7 @@ module.exports = { "guard-for-in": "error", "handle-callback-err": "error", "id-blacklist": "error", - "id-length": "error", + "id-length": "off", "id-match": "error", "indent": "off", "init-declarations": "error",