From 3107031c9858d1d00247e84fe80e8d3c3c160fcd Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Thu, 19 May 2016 17:40:58 +0300 Subject: [PATCH] fix(config): ignore lodash in id-length rule --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 1a25126..cc5d025 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -177,7 +177,7 @@ "declaration" ], "id-blacklist": 2, - "id-length": 2, + "id-length": [2, {"exceptions": ["_"]}], "id-match": 0, "indent": [ 2,