mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +02:00
chore: only report errors during linting in the build process, not warnings (#4041)
This commit is contained in:
parent
3aa79ae9b1
commit
6208e4bc72
@ -450,7 +450,7 @@ module.exports = function(grunt) {
|
||||
}
|
||||
},
|
||||
lint: {
|
||||
command: 'npm run lint',
|
||||
command: 'npm run lint -- --errors',
|
||||
options: {
|
||||
preferLocal: true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user