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:
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
Block a user