Lint the script folder

This commit is contained in:
Wliu
2017-01-24 23:55:33 -05:00
parent 7bb08e39f3
commit c76d8cd034

View File

@@ -9,6 +9,7 @@ const CONFIG = require('../config')
module.exports = function () {
const globPathsToLint = [
path.join(CONFIG.repositoryRootPath, 'exports', '**', '*.js'),
path.join(CONFIG.repositoryRootPath, 'script', '**', '*.js'),
path.join(CONFIG.repositoryRootPath, 'src', '**', '*.js'),
path.join(CONFIG.repositoryRootPath, 'static', '*.js')
]