mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-23 15:56:55 +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>' )
|
||||
.attr( {
|
||||
id: 'mw-scribunto-input',
|
||||
'class': 'mw-scribunto-input',
|
||||
class: 'mw-scribunto-input',
|
||||
wrap: 'off',
|
||||
rows: 1,
|
||||
dir: 'ltr',
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"test": "grunt test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.8.1",
|
||||
"eslint-config-wikimedia": "0.11.0",
|
||||
"grunt": "1.0.3",
|
||||
"grunt-banana-checker": "0.6.0",
|
||||
"grunt-eslint": "21.0.0",
|
||||
|
|
Loading…
Reference in a new issue