[fix] eslint --fix

automatically fix some of the problems reported by eslint rules::

    $ ./manage nvm.bash
    nvm-env$ npm --prefix searx/static/themes/simple run eslint-fix

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-12-14 07:31:58 +01:00
parent 32cf24a272
commit 34f5e9c7a3
10 changed files with 201 additions and 201 deletions

View file

@ -15,5 +15,5 @@ module.exports = {
// Optimize SVG for WEB usage
'convertStyleToAttrs',
'removeXMLNS'
],
],
};