diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2017-11-29 03:58:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-29 03:58:06 +0800 |
commit | 2b1f2557c7dbd589724fd690ec72f789f9650e3c (patch) | |
tree | 44ad09f1b666dc6ddae0fdc0bc9823de9126bc18 /.eslintignore | |
parent | 9a3ca5d5022d30415b8f5b32b148293689cfc817 (diff) | |
parent | f131468353aa518b8fc178cd591bfc7ab5bdc32c (diff) | |
download | tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.tar tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.tar.gz tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.tar.bz2 tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.tar.lz tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.tar.xz tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.tar.zst tangerine-wallet-browser-2b1f2557c7dbd589724fd690ec72f789f9650e3c.zip |
Merge pull request #2615 from jpclark/NewUI-flat
Provide blockie identicon option
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore index b96f79011..e4cade21c 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/lib/blockies.js
\ No newline at end of file |