From 4a5b7ab8b449da39de72d63bda2a1acd4bf34457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Mon, 10 Aug 2015 16:44:38 -0700 Subject: [PATCH] Upgrade ESLint, fix code --- _js/examples/.eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/_js/examples/.eslintrc b/_js/examples/.eslintrc index d8e82fb5..5c1e2e2c 100644 --- a/_js/examples/.eslintrc +++ b/_js/examples/.eslintrc @@ -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