Merge pull request #1624 from MetaMask/TestLinting
Remove second linting script for testsfeature/default_network_editable
commit
fcf14b7aa7
@ -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) |
Loading…
Reference in new issue