build: lint the npm folder (#26085)
This commit is contained in:
parent
22cb3cd18b
commit
2aa5a1f494
4 changed files with 51 additions and 51 deletions
|
@ -93,7 +93,7 @@ const LINTERS = [{
|
|||
}
|
||||
}, {
|
||||
key: 'javascript',
|
||||
roots: ['lib', 'spec', 'spec-main', 'script', 'default_app', 'build'],
|
||||
roots: ['build', 'default_app', 'lib', 'npm', 'script', 'spec', 'spec-main'],
|
||||
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