build: run the JS linter on the build folder (#24513)
This commit is contained in:
parent
e18f508e66
commit
cbb47570bd
9 changed files with 60 additions and 60 deletions
|
@ -90,7 +90,7 @@ const LINTERS = [{
|
|||
}
|
||||
}, {
|
||||
key: 'javascript',
|
||||
roots: ['lib', 'spec', 'spec-main', 'script', 'default_app'],
|
||||
roots: ['lib', 'spec', 'spec-main', 'script', 'default_app', 'build'],
|
||||
ignoreRoots: ['spec/node_modules', 'spec-main/node_modules'],
|
||||
test: filename => filename.endsWith('.js') || filename.endsWith('.ts'),
|
||||
run: (opts, filenames) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue