mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-12-18 11:01:36 +00:00
build: Updating eslint-config-wikimedia to 0.27.0
Change-Id: I93cd056771246ee4956b6843b0dbabacf75bbfd6
This commit is contained in:
parent
cfa0aaa125
commit
15d85a37db
|
@ -7,7 +7,6 @@
|
||||||
*
|
*
|
||||||
* @example To initialize with one or more modules, or to add modules after it's already been initialized:
|
* @example To initialize with one or more modules, or to add modules after it's already been initialized:
|
||||||
* $( 'textarea#wpTextbox1' ).wikiEditor( 'addModule', 'toolbar', { ... config ... } );
|
* $( 'textarea#wpTextbox1' ).wikiEditor( 'addModule', 'toolbar', { ... config ... } );
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
var hasOwn = Object.prototype.hasOwnProperty,
|
var hasOwn = Object.prototype.hasOwnProperty,
|
||||||
|
|
||||||
|
|
697
package-lock.json
generated
697
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,7 @@
|
||||||
"doc": "jsdoc -c jsdoc.json"
|
"doc": "jsdoc -c jsdoc.json"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint-config-wikimedia": "0.26.0",
|
"eslint-config-wikimedia": "0.27.0",
|
||||||
"grunt": "1.6.1",
|
"grunt": "1.6.1",
|
||||||
"grunt-banana-checker": "0.11.1",
|
"grunt-banana-checker": "0.11.1",
|
||||||
"grunt-eslint": "24.3.0",
|
"grunt-eslint": "24.3.0",
|
||||||
|
|
Loading…
Reference in a new issue