From 88844946fe9baca1c057667e1ba27a5ca54b0d2f Mon Sep 17 00:00:00 2001 From: Thomas Huang Date: Sat, 17 Jun 2017 12:14:35 -0700 Subject: [PATCH] Remove second linting script for tests --- test/unit/linting_test.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/unit/linting_test.js 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)