mediawiki-extensions-Popups/resources
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
..
dist Hygiene: favor string templates over concatenation 2018-03-21 08:05:55 -05:00
ext.popups Remove popups from critical rendering path 2018-03-13 08:44:31 -07:00
ext.popups.images Custom page preview for disambiguation pages 2018-03-14 11:24:26 -07:00
ext.popups.main Hygiene: replace Mustache templates w/ ES6 strings 2018-03-20 08:06:02 -05:00