mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-30 17:54:28 +00:00
4134c9e2e1
* 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
12 lines
125 B
JSON
12 lines
125 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia",
|
|
"wikimedia/mediawiki"
|
|
],
|
|
"env": {
|
|
"browser": true,
|
|
"jquery": true
|
|
}
|
|
}
|