forgejo/web_src/js/components
Gusted 7ad83fce40 chore: move to Eslint flat config
Make the big move to Eslint flat config format. The outcome of Eslint
still should be the same, but some things has changed:
- `eslint-plugin-github` is dropped, flat configs have been out for a
while and most eslint plugins support it, but for no reason and no
activity in sight this plugin is likely not going to support flat config
for a while and to avoid other plugins not being able to update (as they
are requiring flat configs) drop the github rules.
- Nested configs don't work properly and are unified into the root
eslint config, this unification did cause some conflicts and thats why
the `import-x` is in a seperate 'group' to exclude targeting Vue files.
- The `eslint-plugin-i` is deprecated and `esplint-plugin-import-x` is
its succesor which has better support for flat configs, the same rules
are still applied.

The majority of the flat config was generated by
`@eslint/migrate-config` tool.
2024-10-23 15:28:43 +02:00
..
ActionRunStatus.vue
ActivityHeatmap.vue
ContextPopup.test.js ui: update pull request icons 2024-08-22 17:06:10 +02:00
ContextPopup.vue ui: update pull request icons (#4455) 2024-07-16 14:38:46 +00:00
DashboardRepoList.vue Fix checkbox bug on private/archive filter (#32236) 2024-10-13 14:17:08 +03:00
DiffCommitSelector.vue [PORT] Unicorn eslint plugins configs 2024-08-24 22:31:34 +02:00
DiffFileList.vue
DiffFileTree.vue
DiffFileTreeItem.vue
PullRequestMergeForm.test.js fix: Don't double escape delete branch text 2024-10-19 22:05:35 +02:00
PullRequestMergeForm.vue
RepoActionView.test.js
RepoActionView.vue Fix overflowing content in action run log (#31842) 2024-08-18 06:28:26 +02:00
RepoActivityTopAuthors.vue [UI] Fix misalignment of authors for repo acctivity 2024-08-18 21:18:29 +02:00
RepoBranchTagSelector.vue fix: replace v-html with v-text in branch search inputbox 2024-09-06 11:59:11 +02:00
RepoCodeFrequency.vue
RepoContributors.vue
RepoRecentCommits.vue
ScopedAccessTokenSelector.vue [UI] Fix scoped-access-token 2024-07-24 21:48:51 +02:00