summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-19 15:48:24 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-19 15:48:24 -0500
commitc22e8129b0b5f67df6ab8384261a4994fc5cbfb1 (patch)
tree952fcb9ea7e2583c1bc134c6a7b510a8fb65c498
parent71ae3c07fa15129f1b5d88bb7015e92136788416 (diff)
parent4b725e616403ce4f37668dac4c60d7de3c44dc11 (diff)
downloadchat-c22e8129b0b5f67df6ab8384261a4994fc5cbfb1.tar.gz
chat-c22e8129b0b5f67df6ab8384261a4994fc5cbfb1.tar.bz2
chat-c22e8129b0b5f67df6ab8384261a4994fc5cbfb1.zip
Merge pull request #1473 from hmhealey/eslintfix
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