mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 00:03:56 +00:00
3481080251
Use the eslint rule "no-var": "error" in resources/.eslintrc.json and in .eslintrc.json to require the use of `const` and `let` instead of `var`. Bug: T337102 Change-Id: I3b3d6d426966a97c13f62494443f62bd5b790920
10 lines
93 B
JSON
10 lines
93 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/server"
|
|
],
|
|
"rules": {
|
|
"no-var": "error"
|
|
}
|
|
}
|