mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 23:03:46 +00:00
Fix typo in eslint extends
Change-Id: I9d18c7942cde83f48b13b42aaacd8ca5e4b83a15
This commit is contained in:
parent
4ad54da406
commit
737bfb2c80
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"wikimedia/qunit",
|
"wikimedia/qunit",
|
||||||
"../eslintrc.json"
|
"../.eslintrc.json"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue