aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-06-20 04:53:24 +0800
committerGitHub <noreply@github.com>2017-06-20 04:53:24 +0800
commitfcf14b7aa7b4a7e9d336eea784e395de29cd84fb (patch)
treedf0d010dc3ac540e34fe97a0cebab715237b625d
parent7ec7e1226691474ea200ccf867f7a7d1f0c1086a (diff)
parent88844946fe9baca1c057667e1ba27a5ca54b0d2f (diff)
downloadtangerine-wallet-browser-fcf14b7aa7b4a7e9d336eea784e395de29cd84fb.tar.gz
tangerine-wallet-browser-fcf14b7aa7b4a7e9d336eea784e395de29cd84fb.tar.zst
tangerine-wallet-browser-fcf14b7aa7b4a7e9d336eea784e395de29cd84fb.zip
Merge pull request #1624 from MetaMask/TestLinting
Remove second linting script for tests
-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)