summaryrefslogtreecommitdiffstats
path: root/web/react/.eslintrc
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-14 13:56:58 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-14 13:56:58 -0400
commit0ea0233c50dbccc498cb53481b9fdf18d027e5b2 (patch)
treedd8c22f83aea91fe463d122fd564176def2dfb39 /web/react/.eslintrc
parentb2378f433ecd44a9811a52bd58e36a40f92e193f (diff)
downloadchat-0ea0233c50dbccc498cb53481b9fdf18d027e5b2.tar.gz
chat-0ea0233c50dbccc498cb53481b9fdf18d027e5b2.tar.bz2
chat-0ea0233c50dbccc498cb53481b9fdf18d027e5b2.zip
New add channel modal using react-bootstrap.
Diffstat (limited to 'web/react/.eslintrc')
-rw-r--r--web/react/.eslintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/.eslintrc b/web/react/.eslintrc
index 53cc75913..c0d0bb200 100644
--- a/web/react/.eslintrc
+++ b/web/react/.eslintrc
@@ -18,7 +18,8 @@
"es6": true
},
"globals": {
- "React": false
+ "React": false,
+ "ReactBootstrap": false
},
"rules": {
"comma-dangle": [2, "never"],