From 4b725e616403ce4f37668dac4c60d7de3c44dc11 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Thu, 19 Nov 2015 15:31:17 -0500 Subject: Made eslint ignore files using destructuring while a bug with eslint and babel-eslint is dealt with --- web/react/.eslintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/react/.eslintignore b/web/react/.eslintignore index 5e8e7e0b6..25a7df331 100644 --- a/web/react/.eslintignore +++ b/web/react/.eslintignore @@ -1 +1,3 @@ **/*.json +components/toggle_modal_button.jsx +stores/modal_store.jsx -- cgit v1.2.3-1-g7c22