1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-07 04:34:39 -04:00
gitea/web_src/js/utils
silverwind 3d751b6ec1
Enforce trailing comma in JS on multiline (#30002)
To keep blame info accurate and to avoid [changes like
this](https://github.com/go-gitea/gitea/pull/29977/files#diff-c3422631a14edbe1e508c4b22f0c718db318be08a6e889427802f9b6165d88d6R359),
it's good to always have a trailing comma, so let's enforce it in JS.

This rule is completely automatically fixable with `make lint-js-fix`
and that's what I did here.
2024-03-22 14:06:53 +00:00
..
color.js Implement code frequency graph (#29191) 2024-02-23 23:41:24 +00:00
color.test.js
dom.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
image.js Downscale pasted PNG images based on metadata (#29123) 2024-02-19 02:23:06 +00:00
image.test.js Downscale pasted PNG images based on metadata (#29123) 2024-02-19 02:23:06 +00:00
match.js
match.test.js
time.js Set user's 24h preference from their current OS locale (#29651) 2024-03-08 16:07:56 +08:00
time.test.js
url.js Support pasting URLs over markdown text (#29566) 2024-03-08 15:15:58 +00:00
url.test.js Support pasting URLs over markdown text (#29566) 2024-03-08 15:15:58 +00:00