Skip to content

Commit

Permalink
build: Updating ini to 1.3.7
Browse files Browse the repository at this point in the history
* https://npmjs.com/advisories/1589

Additional changes:
* Added the `wikimedia/mediawiki` profile in .eslintrc.json (T262222).
* Removed globals `mw`, `OO`, included via `wikimedia/mediawiki` profile (T262222).

Change-Id: Iae7f68716b62adb6df513bddb84385202accb9df
  • Loading branch information
libraryupgrader committed Dec 11, 2020
1 parent 00f2fb4 commit fcc8f57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"root": true,
"extends": [
"wikimedia/client",
"wikimedia/jquery"
"wikimedia/jquery",
"wikimedia/mediawiki"
],
"globals": {
"OO": false,
"jQuery": false,
"mw": false
"jQuery": false
},
"rules": {
"no-implicit-globals": "warn",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

0 comments on commit fcc8f57

Please sign in to comment.