aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintignore
diff options
context:
space:
mode:
authorJason Clark <jason@longview.tech>2017-11-26 06:52:46 +0800
committerJason Clark <jason@longview.tech>2017-11-26 06:52:46 +0800
commit6f5c32b7cee26b6393e2a9dfdeb8bf4d63c18b49 (patch)
treec06f627e3f5029352ee0a0230ef2fb061ac95513 /.eslintignore
parent75ef848196646e060703764e97656ab3abd8c023 (diff)
downloadtangerine-wallet-browser-6f5c32b7cee26b6393e2a9dfdeb8bf4d63c18b49.tar
tangerine-wallet-browser-6f5c32b7cee26b6393e2a9dfdeb8bf4d63c18b49.tar.gz
tangerine-wallet-browser-6f5c32b7cee26b6393e2a9dfdeb8bf4d63c18b49.tar.bz2
tangerine-wallet-browser-6f5c32b7cee26b6393e2a9dfdeb8bf4d63c18b49.tar.lz
tangerine-wallet-browser-6f5c32b7cee26b6393e2a9dfdeb8bf4d63c18b49.tar.xz
tangerine-wallet-browser-6f5c32b7cee26b6393e2a9dfdeb8bf4d63c18b49.tar.zst
tangerine-wallet-browser-6f5c32b7cee26b6393e2a9dfdeb8bf4d63c18b49.zip
adding blockies lib to eslint ignore so it doesn't blow up the style checker and fail the build
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore
index b96f79011..a73bb2ffd 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -2,4 +2,5 @@ app/scripts/lib/extension-instance.js
test/integration/bundle.js
test/integration/jquery-3.1.0.min.js
test/integration/helpers.js
-test/integration/lib/first-time.js \ No newline at end of file
+test/integration/lib/first-time.js
+ui/app/lib/blockies.js \ No newline at end of file