parent
8fde8a8921
commit
1cafdb8b1d
@ -0,0 +1,9 @@ |
|||||||
|
// LINTING:
|
||||||
|
const lint = require('mocha-eslint'); |
||||||
|
const lintPaths = ['app/**/*.js', 'ui/**/*.js', '!node_modules/**', '!dist/**', '!docs/**', '!app/scripts/chromereload.js'] |
||||||
|
|
||||||
|
const lintOptions = { |
||||||
|
strict: true, |
||||||
|
} |
||||||
|
|
||||||
|
lint(lintPaths, lintOptions) |
Loading…
Reference in new issue