build: Updating eslint-config-wikimedia to 0.27.0

Change-Id: I93cd056771246ee4956b6843b0dbabacf75bbfd6
This commit is contained in:
libraryupgrader 2024-04-19 10:31:30 +00:00
parent cfa0aaa125
commit 15d85a37db
3 changed files with 328 additions and 372 deletions

View file

@ -7,7 +7,6 @@
*
* @example To initialize with one or more modules, or to add modules after it's already been initialized:
* $( 'textarea#wpTextbox1' ).wikiEditor( 'addModule', 'toolbar', { ... config ... } );
*
*/
var hasOwn = Object.prototype.hasOwnProperty,

697
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@
"doc": "jsdoc -c jsdoc.json"
},
"devDependencies": {
"eslint-config-wikimedia": "0.26.0",
"eslint-config-wikimedia": "0.27.0",
"grunt": "1.6.1",
"grunt-banana-checker": "0.11.1",
"grunt-eslint": "24.3.0",