mediawiki-extensions-Popups/src/ui/templates
Stephen Niedzielski 007cc5ab7c Hygiene: favor string templates over concatenation
Update the ESLint config to favor ES6 strings where variables or string
concatenation is used and fix *all* offenders automatically via:

  eslint \
    --cache \
    --max-warnings 0 \
    --report-unused-disable-directives \
    --fix \
    src tests

Change-Id: I1a9345162348e5ded21d541e7a2ce251ea72ab5a
2018-03-21 08:05:55 -05:00
..
pagePreview.js Hygiene: favor string templates over concatenation 2018-03-21 08:05:55 -05:00
preview.js Hygiene: favor string templates over concatenation 2018-03-21 08:05:55 -05:00
settingsDialog.js Hygiene: favor string templates over concatenation 2018-03-21 08:05:55 -05:00
templateUtil.js Hygiene: favor const 2018-03-21 10:44:24 +00:00