Use only JSON syntax in .eslintrc.json

Breaks libup otherwise.

Change-Id: Ib1aeb412939e14911e1afec29336c63ea3e8ef8a
This commit is contained in:
Kunal Mehta 2020-03-23 14:05:42 -07:00
parent af4ce06bf6
commit b10df06c91
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
"wikimedia/mediawiki"
],
"rules": {
// Interferes with @type annotations.
"one-var": "off"
}
}