mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Lint the script folder
This commit is contained in:
@@ -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')
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user