summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-11-19 15:31:17 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-11-19 15:31:17 -0500
commit4b725e616403ce4f37668dac4c60d7de3c44dc11 (patch)
tree952fcb9ea7e2583c1bc134c6a7b510a8fb65c498
parent71ae3c07fa15129f1b5d88bb7015e92136788416 (diff)
downloadchat-4b725e616403ce4f37668dac4c60d7de3c44dc11.tar.gz
chat-4b725e616403ce4f37668dac4c60d7de3c44dc11.tar.bz2
chat-4b725e616403ce4f37668dac4c60d7de3c44dc11.zip
Made eslint ignore files using destructuring while a bug with eslint and babel-eslint is dealt with
-rw-r--r--web/react/.eslintignore2
1 files changed, 2 insertions, 0 deletions
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