Merge "ESLint config for CommonJS module syntax"

This commit is contained in:
jenkins-bot 2020-04-01 08:06:45 +00:00 committed by Gerrit Code Review
commit 352cdb7109

View file

@ -1,5 +1,8 @@
{
"root": true,
"env": {
"commonjs": true
},
"extends": [
"wikimedia/client",
"wikimedia/jquery",