mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-14 18:15:19 +00:00
Add eslintrc to packageFiles folder
Change-Id: If9c1d0eb7fc3ec74ec3466abdae9a4b495a8c288
This commit is contained in:
parent
a59335fac6
commit
24453c25ba
7
modules/editcheck/.eslintrc.json
Normal file
7
modules/editcheck/.eslintrc.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"globals": {
|
||||
},
|
||||
"rules": {
|
||||
"no-implicit-globals": "off"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue