You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js/components
silverwind 08579d6cbb
Add initial typescript config and use it for eslint,vitest,playwright (#31186)
This enables eslint to use the typescript parser and resolver which
brings some benefits that eslint rules now have type information
available and a tsconfig.json is required for the upcoming typescript
migration as well. Notable changes done:

- Add typescript parser and resolver
- Move the vue-specific config into the root file
- Enable `vue-scoped-css/enforce-style-type` rule, there was only one
violation and I added a inline disable there.
- Fix new lint errors that were detected because of the parser change
- Update `i/no-unresolved` to remove now-unnecessary workaround for the
resolver
- Disable `i/no-named-as-default` as it seems to raise bogus issues in
the webpack config
- Change vitest config to typescript
- Change playwright config to typescript
- Add `eslint-plugin-playwright` and fix issues
- Add `tsc` linting to `make lint-js`
9 months ago
..
ActionRunStatus.vue Fix incorrect tailwind migration (#30007) 1 year ago
ActivityHeatmap.vue Fix activity heat map padding & locale (#30823) 11 months ago
ContextPopup.vue Improve context popup rendering (#30824) 11 months ago
DashboardRepoList.vue Use `querySelector` over alternative DOM methods (#31280) 9 months ago
DiffCommitSelector.vue Update JS dependencies, remove `eslint-plugin-jquery` (#31402) 9 months ago
DiffFileList.vue Use `querySelector` over alternative DOM methods (#31280) 9 months ago
DiffFileTree.vue Use `querySelector` over alternative DOM methods (#31280) 9 months ago
DiffFileTreeItem.vue Enforce trailing comma in JS on multiline (#30002) 1 year ago
PullRequestMergeForm.vue Remove fomantic button module (#30475) 11 months ago
RepoActionView.vue Add initial typescript config and use it for eslint,vitest,playwright (#31186) 9 months ago
RepoActivityTopAuthors.vue Use `querySelector` over alternative DOM methods (#31280) 9 months ago
RepoBranchTagSelector.vue Use `querySelector` over alternative DOM methods (#31280) 9 months ago
RepoCodeFrequency.vue Have time.js use UTC-related getters/setters (#30857) 11 months ago
RepoContributors.vue Fix Activity Page Contributors dropdown (#31264) 10 months ago
RepoRecentCommits.vue Have time.js use UTC-related getters/setters (#30857) 11 months ago
ScopedAccessTokenSelector.vue Use `querySelector` over alternative DOM methods (#31280) 9 months ago