Hygiene: limit ESLint inheritance

The project ESLint configuration unintentionally inherited unwanted
configuration from MediaWiki, which allows global jQuery usage. Cap the
project's ESLint hierarchy at the project root.

Change-Id: Iceda39a4eeb492446b952f597af0f153cf345206
This commit is contained in:
Stephen Niedzielski 2018-10-05 10:22:11 -06:00
parent 57cb5f8e41
commit 27ea969762
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"root": true,
"extends": "wikimedia",
"env": {
"browser": true,