diff options
author | Kevin Serrano <kevin.serrano@consensys.net> | 2017-06-20 04:53:48 +0800 |
---|---|---|
committer | Kevin Serrano <kevin.serrano@consensys.net> | 2017-06-20 04:53:48 +0800 |
commit | 6eb40f2fab66c7701981c2c215fe9f73a0bc3a13 (patch) | |
tree | 09253b47a6d0597a29c1e72c0e329dec1d6bddb7 | |
parent | 9da243f42d7f9a1bfc868b9637774c6fbad6af53 (diff) | |
parent | fcf14b7aa7b4a7e9d336eea784e395de29cd84fb (diff) | |
download | tangerine-wallet-browser-6eb40f2fab66c7701981c2c215fe9f73a0bc3a13.tar tangerine-wallet-browser-6eb40f2fab66c7701981c2c215fe9f73a0bc3a13.tar.gz tangerine-wallet-browser-6eb40f2fab66c7701981c2c215fe9f73a0bc3a13.tar.bz2 tangerine-wallet-browser-6eb40f2fab66c7701981c2c215fe9f73a0bc3a13.tar.lz tangerine-wallet-browser-6eb40f2fab66c7701981c2c215fe9f73a0bc3a13.tar.xz tangerine-wallet-browser-6eb40f2fab66c7701981c2c215fe9f73a0bc3a13.tar.zst tangerine-wallet-browser-6eb40f2fab66c7701981c2c215fe9f73a0bc3a13.zip |
Merge branch 'master' into AddTokenList
-rw-r--r-- | test/unit/linting_test.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/unit/linting_test.js b/test/unit/linting_test.js deleted file mode 100644 index 45578fc36..000000000 --- a/test/unit/linting_test.js +++ /dev/null @@ -1,9 +0,0 @@ -// LINTING: -const lint = require('mocha-eslint') -const lintPaths = ['app/**/*.js', 'ui/**/*.js', 'test/**/*.js', '!node_modules/**', '!dist/**', '!docs/**', '!app/scripts/chromereload.js'] - -const lintOptions = { - strict: false, -} - -lint(lintPaths, lintOptions) |