0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 10:28:48 +02:00
gitea/templates
silverwind 4c0fce8f7b
Fix eslint parsing errors, remove eslint-plugin-html (#20323)
Introduce a separate .eslintrc in the Vue components folder to
selectively enable vue-eslint-parser there, so that the rest of the
files can use eslint's core parser which can deal with hashbangs.

The fact that the eslint-disable comments worked in HTML was a
unintended side-effect of the files being parsed via vue-eslint-parser,
so I had to disable the parsing of these files in .eslintrc.yaml to make
it work, and finally decided to remove eslint-plugin-html as it causes
more issues than it solves.
2022-07-15 17:38:18 +08:00
..
admin Add option to purge users (#18064) 2022-07-14 08:22:09 +01:00
api/packages/pypi Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
base Fix eslint parsing errors, remove eslint-plugin-html (#20323) 2022-07-15 17:38:18 +08:00
custom Add footer extra links template (#9576) 2020-01-03 20:41:56 +02:00
explore Add tooltip to repo icons in explore page (#20241) 2022-07-07 22:17:41 +02:00
mail Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
org Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
package Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
repo Fix eslint parsing errors, remove eslint-plugin-html (#20323) 2022-07-15 17:38:18 +08:00
shared Use dedicated draft PR icon when possible (#20303) 2022-07-09 17:17:04 -05:00
status Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
swagger Include login_name in adminCreateUser response (#20283) 2022-07-15 16:52:11 +08:00
user Fix icon margin in user/settings/repos (#20281) 2022-07-14 11:03:31 +08:00
home.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
install.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 2021-05-08 16:27:25 +02:00