build: Updating mediawiki/minus-x to 0.3.2

Additional changes:
* Added .eslintcache to .gitignore.
* Removing manual reportUnusedDisableDirectives for eslint.

Change-Id: Ic2cb51fd4859440f036f0fd0c18841ddf17eeb41
This commit is contained in:
libraryupgrader 2019-12-18 19:14:47 +00:00
parent 985c0c4bd2
commit c259ffa8b2
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@ module.exports = function ( grunt ) {
grunt.initConfig( {
eslint: {
options: {
reportUnusedDisableDirectives: true,
extensions: [ '.js', '.json' ],
cache: true
},

View file

@ -4,7 +4,7 @@
"jakub-onderka/php-parallel-lint": "1.0.0",
"mediawiki/mediawiki-codesniffer": "28.0.0",
"jakub-onderka/php-console-highlighter": "0.3.2",
"mediawiki/minus-x": "0.3.1",
"mediawiki/minus-x": "0.3.2",
"mediawiki/mediawiki-phan-config": "0.8.0"
},
"scripts": {