mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-12 01:08:39 +00:00
Hygiene: forbid lint warnings
Bug: T165036 Change-Id: I257b0e3ac410d8153161b55b7fec85bf28644795
This commit is contained in:
parent
57762e0417
commit
2221055bc1
|
@ -12,6 +12,9 @@ module.exports = function ( grunt ) {
|
|||
grunt.initConfig( {
|
||||
banana: conf.MessagesDirs,
|
||||
eslint: {
|
||||
options: {
|
||||
maxWarnings: 0
|
||||
},
|
||||
// Lint the built artifacts with ES5 so that no ES6 slips to production
|
||||
build: {
|
||||
options: {
|
||||
|
|
Loading…
Reference in a new issue