Skip to content

Commit

Permalink
build: Updating eslint-config-wikimedia to 0.19.0
Browse files Browse the repository at this point in the history
Additional changes:
* eslint: Renamed `wikimedia/client` profile to `client-es5` (T277085).

Change-Id: I8eab0b2d0f1cd08fc894759fcfe8e787528355c6
  • Loading branch information
libraryupgrader committed Mar 14, 2021
1 parent 79518ac commit 9063e58
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"root": true,
"extends": [
"wikimedia/client",
"wikimedia/client-es5",
"wikimedia/mediawiki"
]
}
77 changes: 50 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.18.2",
"eslint-config-wikimedia": "0.19.0",
"grunt": "1.3.0",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0"
Expand Down

0 comments on commit 9063e58

Please sign in to comment.