gitea/web_src
Yoan Blanc 9b416b2e36
Use graceful editorconfig loader to reduce errors when loading malformed editorconfigs ()
The _graceful_ should fail less when the `.editorconfig` file isn't
properly written, e.g. boolean values from YAML or unparseable numbers
(when a number is expected). As is... information is lost as the
_warning_ (a go-multierror.Error) is ignored. If anybody knows how to
send them to the UI as warning; any help is appreciated.

Closes 

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
..
css Use graceful editorconfig loader to reduce errors when loading malformed editorconfigs ()
fomantic Fix Fomantic UI's `touchstart` fastclick, always use `click` for click events ()
js Update eslints for Vue 3 ()
svg Convert `<div class="button">` to `<button class="button">` ()