aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Serrano <kevin.serrano@consensys.net>2017-06-20 04:53:48 +0800
committerKevin Serrano <kevin.serrano@consensys.net>2017-06-20 04:53:48 +0800
commit6eb40f2fab66c7701981c2c215fe9f73a0bc3a13 (patch)
tree09253b47a6d0597a29c1e72c0e329dec1d6bddb7
parent9da243f42d7f9a1bfc868b9637774c6fbad6af53 (diff)
parentfcf14b7aa7b4a7e9d336eea784e395de29cd84fb (diff)
downloadtangerine-wallet-browser-6eb40f2fab66c7701981c2c215fe9f73a0bc3a13.tar.gz
tangerine-wallet-browser-6eb40f2fab66c7701981c2c215fe9f73a0bc3a13.tar.zst
tangerine-wallet-browser-6eb40f2fab66c7701981c2c215fe9f73a0bc3a13.zip
Merge branch 'master' into AddTokenList
-rw-r--r--test/unit/linting_test.js9
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)