diff options
author | kumavis <kumavis@users.noreply.github.com> | 2017-05-05 09:01:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-05 09:01:46 +0800 |
commit | f01891fc019b748151365cf7b04cbc26c94f3d06 (patch) | |
tree | c54cdcacb46b91ba5bd22451ec72f8a092495b22 /.eslintignore | |
parent | a72f50509010a12bf4fb879f2c638a38d2a210d2 (diff) | |
parent | 1e4855fc0e2e89ebe6b50ff8d34762f742433110 (diff) | |
download | tangerine-wallet-browser-f01891fc019b748151365cf7b04cbc26c94f3d06.tar tangerine-wallet-browser-f01891fc019b748151365cf7b04cbc26c94f3d06.tar.gz tangerine-wallet-browser-f01891fc019b748151365cf7b04cbc26c94f3d06.tar.bz2 tangerine-wallet-browser-f01891fc019b748151365cf7b04cbc26c94f3d06.tar.lz tangerine-wallet-browser-f01891fc019b748151365cf7b04cbc26c94f3d06.tar.xz tangerine-wallet-browser-f01891fc019b748151365cf7b04cbc26c94f3d06.tar.zst tangerine-wallet-browser-f01891fc019b748151365cf7b04cbc26c94f3d06.zip |
Merge pull request #1376 from MetaMask/1061-Linting-Tests
1061 linting tests
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index df49525be..b96f79011 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,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 |