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

View File

@@ -5,7 +5,7 @@ package-mode = false
python = "^3.10"
[tool.poetry.group.dev.dependencies]
djlint = "1.36.1"
djlint = "1.36.3"
yamllint = "1.35.1"
[tool.djlint]