Remove underscore rule

This commit is contained in:
Marcos Moura 2016-09-26 00:31:31 -03:00
parent 781a6b4ef9
commit 4b3278564e

View file

@ -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,