diff options
author | hristoterezov <hristo@jitsi.org> | 2016-12-12 14:46:47 -0600 |
---|---|---|
committer | hristoterezov <hristo@jitsi.org> | 2016-12-12 14:52:17 -0600 |
commit | c07fe8fa1ec85677e83ddb0568eb0fe54985d044 (patch) | |
tree | 600c90260fdf7eda872f74a7d079e84203f1f9a0 /.eslintignore |
Initial commit
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..9cd5978 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,7 @@ +# The build artifacts of the jitsi-meet project. +build/* + +# ESLint will by default ignore its own configuration file. However, there does +# not seem to be a reason why we will want to risk being inconsistent with our +# remaining JavaScript source code. +!.eslintrc.js |