diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-08-10 11:38:01 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-08-10 11:38:01 +0800 |
commit | 728aeb9344fffc897a2bea6d5cae1eee211556b7 (patch) | |
tree | a2953cb52f286a990d7dc5e74430b3c894920fcb | |
parent | c8d75f3230b736a0cd76dab1c0ade8fe05895453 (diff) | |
download | tangerine-wallet-browser-728aeb9344fffc897a2bea6d5cae1eee211556b7.tar.gz tangerine-wallet-browser-728aeb9344fffc897a2bea6d5cae1eee211556b7.tar.zst tangerine-wallet-browser-728aeb9344fffc897a2bea6d5cae1eee211556b7.zip |
add app/vendor dir to eslintignore
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index 6c7f99f40..be8afdd4c 100644 --- a/.eslintignore +++ b/.eslintignore @@ -9,6 +9,7 @@ development/states.js app/scripts/lib/extension-instance.js app/scripts/chromereload.js +app/vendor/** ui/lib/blockies.js |