Upgrade ESLint, fix code

This commit is contained in:
Paul O’Shannessy
2015-08-10 16:44:38 -07:00
parent 9a05fe2157
commit 4a5b7ab8b4

View File

@@ -2,5 +2,6 @@
rules:
block-scoped-var: 0
no-undef: 0
strict: 0
react/react-in-jsx-scope: 0
react/jsx-no-undef: 0