1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #1624 from MetaMask/TestLinting

Remove second linting script for tests
This commit is contained in:
Kevin Serrano 2017-06-19 13:53:24 -07:00 committed by GitHub
commit fcf14b7aa7

View File

@ -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)