build: Updating eslint-config-wikimedia to 0.18.0

Additional changes:
* Added the "composer phan" command to conveniently run phan.
* Removing manual extensions for eslint.

Change-Id: I7eee67a7be3d74429f897dd165c268a8fd930b3a
这个提交包含在:
libraryupgrader 2021-01-27 17:51:33 +00:00
父节点 d5d007e1cf
当前提交 f6ee327a78
共有 4 个文件被更改,包括 597 次插入438 次删除

查看文件

@ -16,7 +16,6 @@ module.exports = function ( grunt ) {
banana: conf.MessagesDirs,
eslint: {
options: {
extensions: [ '.js', '.json' ],
cache: true
},
all: [

查看文件

@ -15,6 +15,7 @@
"parallel-lint . --exclude vendor --exclude node_modules",
"phpcs -p -s",
"minus-x check ."
]
],
"phan": "phan -d . --long-progress-bar"
}
}

1029
package-lock.json 自动生成的

文件差异内容过多而无法显示 加载差异

查看文件

@ -4,7 +4,7 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.17.0",
"eslint-config-wikimedia": "0.18.0",
"grunt": "1.3.0",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0",