1cafdb8b1
0b13429da
f0633463d
1
2 3
4 5
6
7 8
9
// 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)