0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-15 17:42:20 +01:00
gitea/web_src/js
silverwind 21b8ec29aa
Add eslint-plugin-vue-scoped-css (#26720)
Adds
[eslint-plugin-vue-scoped-css](https://github.com/future-architect/eslint-plugin-vue-scoped-css)
and fixes discovered issues which are:

- 1 unused selector
- 3 selectors with `.full.height` parent in a `<style scoped>` block so
the rule could not find the parent. Move these into the unscoped block
instead. They worked before and after.
2023-08-25 13:47:27 +00:00
..
components Add eslint-plugin-vue-scoped-css (#26720) 2023-08-25 13:47:27 +00:00
features Focus editor on "Write" tab click (#26714) 2023-08-25 13:26:32 +08:00
markup
modules Refactor toast module (#26677) 2023-08-23 07:25:13 +00:00
render Update JS dependencies (#26586) 2023-08-19 10:18:39 +02:00
standalone
test
utils
webcomponents
bootstrap.js
index.js
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js