0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-05 07:44:33 +01:00
gitea/web_src/js
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
..
components Fix eslint parsing errors, remove eslint-plugin-html (#20323) 2022-07-15 17:38:18 +08:00
features Fix various typos (#20338) 2022-07-12 23:32:37 +02:00
markup
standalone
testUtils
bootstrap.js
index.js Init popup for new code comment (#20234) 2022-07-05 13:28:31 +01:00
jquery.js
serviceworker.js
svg.js
svg.test.js
utils.js
utils.test.js