Merge branch 'master' into AddTokenList

This commit is contained in:
Kevin Serrano 2017-06-19 13:53:48 -07:00
commit 6eb40f2fab
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
1 changed files with 0 additions and 9 deletions

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)