diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-12-14 07:31:58 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-12-14 07:31:58 +0100 |
| commit | 34f5e9c7a305d20bbebe907d3d1032ca04259537 (patch) | |
| tree | 7ed2b6395ae251279183ae2a5afffc53a5fcf059 /searx/static/themes/simple/svg4web.svgo.js | |
| parent | 32cf24a2727c2db5b7b7187a355fd20382b5e40c (diff) | |
[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>
Diffstat (limited to 'searx/static/themes/simple/svg4web.svgo.js')
| -rw-r--r-- | searx/static/themes/simple/svg4web.svgo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/svg4web.svgo.js b/searx/static/themes/simple/svg4web.svgo.js index 5b985adfe..83f74cde1 100644 --- a/searx/static/themes/simple/svg4web.svgo.js +++ b/searx/static/themes/simple/svg4web.svgo.js @@ -15,5 +15,5 @@ module.exports = { // Optimize SVG for WEB usage 'convertStyleToAttrs', 'removeXMLNS' - ], + ], }; |