mediawiki-extensions-AJAXPoll/.eslintrc.json
libraryupgrader 4134c9e2e1 build: Updating ini to 1.3.8
* https://npmjs.com/advisories/1589

Additional changes:
* Dropped .php5 and .inc files from .phpcs.xml (T200956).
* Added the `wikimedia/mediawiki` profile in .eslintrc.json (T262222).
* Removed globals `mw`, `OO`, included via `wikimedia/mediawiki` profile (T262222).
* Dropped the empty global definition in .eslintrc.json.

Change-Id: I43284df77464fbda62f3277b525958d03847d0a1
2020-12-31 12:21:52 +00:00

12 lines
125 B
JSON

{
"root": true,
"extends": [
"wikimedia",
"wikimedia/mediawiki"
],
"env": {
"browser": true,
"jquery": true
}
}