1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-16 06:13:43 -04:00
gitea/templates/base
silverwind 7ab3633598
Enable linting of JS inside templates (#13708)
Indentation-related rules are disabled because indent templates with
tabs but our lint rules expect spaces.

Also had to exclude a few files where using template variables in the JS
is causing syntax errors for the JS parser. I don't think there's a way
to solve this otherwise.

Co-authored-by: Lauris BH <lauris@nix.lv>
2020-11-28 01:01:33 +02:00
..
alert_details.tmpl
alert.tmpl
delete_modal_actions.tmpl Replace footer and modal icons with SVG (#13245) 2020-10-21 22:07:33 +01:00
footer_content.tmpl Replace footer and modal icons with SVG (#13245) 2020-10-21 22:07:33 +01:00
footer.tmpl Enable linting of JS inside templates (#13708) 2020-11-28 01:01:33 +02:00
head_navbar.tmpl Change search and filter icons to SVG (#13473) 2020-11-09 18:21:47 +00:00
head.tmpl Remove fetch request from heatmap (#13623) 2020-11-18 16:00:16 -06:00
paginate.tmpl