eslint: Add extra restrictions to ve-mw/dm/ folder

Same as in core, follow up to I63fa04598e.

Change-Id: I4b63ef9d07205d91d6c20db310ab350f4160c3bc
This commit is contained in:
Ed Sanders 2019-10-18 23:26:26 +01:00
parent 932286063f
commit 2846144e96

View file

@ -0,0 +1,11 @@
{
"env": {
"browser": false,
"jquery": false,
"shared-node-browser": true
},
"globals": {
"Node": false,
"document": false
}
}