mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 00:05:00 +00:00
build: Update eslint-config-wikimedia from 0.8.1 to 0.11.0
Change-Id: Ifdda75899ef679bfd819ff044d5c23a7578637f7
This commit is contained in:
parent
f05d097a1a
commit
d7f4812022
|
@ -362,7 +362,7 @@
|
||||||
$( '<textarea>' )
|
$( '<textarea>' )
|
||||||
.attr( {
|
.attr( {
|
||||||
id: 'mw-scribunto-input',
|
id: 'mw-scribunto-input',
|
||||||
'class': 'mw-scribunto-input',
|
class: 'mw-scribunto-input',
|
||||||
wrap: 'off',
|
wrap: 'off',
|
||||||
rows: 1,
|
rows: 1,
|
||||||
dir: 'ltr',
|
dir: 'ltr',
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint-config-wikimedia": "0.8.1",
|
"eslint-config-wikimedia": "0.11.0",
|
||||||
"grunt": "1.0.3",
|
"grunt": "1.0.3",
|
||||||
"grunt-banana-checker": "0.6.0",
|
"grunt-banana-checker": "0.6.0",
|
||||||
"grunt-eslint": "21.0.0",
|
"grunt-eslint": "21.0.0",
|
||||||
|
|
Loading…
Reference in a new issue