Update dependencies, tweak eslint (#32719)
Some checks are pending
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-docker-rootful (push) Waiting to run
release-nightly / nightly-docker-rootless (push) Waiting to run

- ~~Remove `eslint-plugin-sonarjs`. I lost faith in it since they moved
it to their monorepo and I can't recall the last time when this plugin
raised a useful error.~~
- Add new rules from `no-jquery`
- ~~Tweak typescript config to prevent temp files in root directory in
certain situations~~ File is just gitignored now.
- Tested all relevant dependencies
This commit is contained in:
silverwind
2024-12-05 17:13:10 +01:00
committed by GitHub
parent 936665bf85
commit 5cada75596
7 changed files with 974 additions and 800 deletions

1
.gitignore vendored
View File

@@ -28,6 +28,7 @@ _testmain.go
*.exe
*.test
*.prof
*.tsbuildInfo
*coverage.out
coverage.all