feat(babel6): 1,043 linter errors

This commit is contained in:
Evan Morikawa 2016-05-06 11:12:37 -07:00
parent d568bae358
commit d29848e242

View file

@ -29,6 +29,7 @@
"no-underscore-dangle": "off", "no-underscore-dangle": "off",
"quotes": "off", "quotes": "off",
"semi": "off", "semi": "off",
"import/no-unresolved": ["error", {"ignore": ["nylas-exports"]}],
"react/no-multi-comp": "off", "react/no-multi-comp": "off",
"react/prop-types": ["error", {"ignore": ["children"]}], "react/prop-types": ["error", {"ignore": ["children"]}],
"react/sort-comp": "error" "react/sort-comp": "error"