feat(babel6): 2,398 linter errors

This commit is contained in:
Evan Morikawa 2016-05-05 17:58:20 -07:00
parent 05515c847c
commit d2a4befad7

View file

@ -19,6 +19,7 @@
"eqeqeq": ["error", "smart"], "eqeqeq": ["error", "smart"],
"id-length": "off", "id-length": "off",
"object-curly-spacing": "off", "object-curly-spacing": "off",
"max-len": "off",
"new-cap": ["error", {"capIsNew": false}], "new-cap": ["error", {"capIsNew": false}],
"no-console": "off", "no-console": "off",
"no-constant-condition": "off", "no-constant-condition": "off",