1
0
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:
Owen Edwards 2017-02-07 22:16:06 -08:00 committed by Gary Katsevman
parent 3aa79ae9b1
commit 6208e4bc72

View File

@ -450,7 +450,7 @@ module.exports = function(grunt) {
}
},
lint: {
command: 'npm run lint',
command: 'npm run lint -- --errors',
options: {
preferLocal: true
}