diff options
author | Akshit Kr Nagpal <akshitkrnagpal@gmail.com> | 2018-05-22 00:47:24 +0530 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2018-05-21 21:17:24 +0200 |
commit | cfcab5e00784598ee7121c190fda48886876d963 (patch) | |
tree | e071c6d6bc72a7d05f57e2ce1e8506be0d06fa4f /.eslintignore | |
parent | 304f5efe3d441d4250e7ef3d8ed0f4df665c5b53 (diff) |
Configured React using Webpack with current functionality (#28)
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index 361134d..805b060 100644 --- a/.eslintignore +++ b/.eslintignore @@ -5,3 +5,5 @@ Jitsi Meet* # not seem to be a reason why we will want to risk being inconsistent with our # remaining JavaScript source code. !.eslintrc.js + +build/
\ No newline at end of file |