From 4b3278564eff68044c3f0638daf9734fa6ddbc95 Mon Sep 17 00:00:00 2001 From: Marcos Moura Date: Mon, 26 Sep 2016 00:31:31 -0300 Subject: [PATCH] Remove underscore rule --- .eslintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index e821745..80fd083 100644 --- a/.eslintrc +++ b/.eslintrc @@ -113,7 +113,6 @@ "no-trailing-spaces": 1, "no-undef": 2, "no-undef-init": 2, - "no-underscore-dangle": 2, "no-unexpected-multiline": 2, "no-unneeded-ternary": 2, "no-unreachable": 2,