diff options
author | hristoterezov <hristo@jitsi.org> | 2016-12-28 10:25:08 -0600 |
---|---|---|
committer | hristoterezov <hristo@jitsi.org> | 2016-12-28 10:25:08 -0600 |
commit | 7f7db304e86d13b87816531cedf9a64dfe194073 (patch) | |
tree | bdbae89e7ff0c692add50d00aa256e3684b763af /.eslintignore | |
parent | 59b79cffe5251c1adaf2fa1a159d55fcc3696298 (diff) |
chore: Add pack npm script
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintignore b/.eslintignore index 9cd5978..361134d 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,5 @@ -# The build artifacts of the jitsi-meet project. -build/* +# The build artifacts of the jitsi-meet-electron project. +Jitsi Meet* # 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 |