Skip to content

Commit

Permalink
chore(website): migrate to eslint 9, fix linter issues where reasonab…
Browse files Browse the repository at this point in the history
…ly possible (#3450)

* wip eslint 9

* fix some stuff

* fix some more stuff

* slightly fix result usage

* fix

* don't fix it...

* don't even attempt to fix it

* don't even attempt to fix it

* ignore more anys

* don't fix more stuff

* disable false positive

* ignore more anys, this should be fixed separately

* no useless class

* ignore more any

* another useless class

* ignore some lints in error handling

* fix some stuff

* fix

* I don't know about this one...

* fix

* fix

* fix

* fix

* fix

* fix

* fix it more

* fix it more

* try dev server test fix

* fix env variable name

* reference issue in TODOs
  • Loading branch information
fengelniederhammer authored Dec 17, 2024
1 parent 2f4f10f commit 77185a0
Show file tree
Hide file tree
Showing 90 changed files with 969 additions and 1,193 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website-playwright-dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ jobs:
npx playwright screenshot localhost:3000 test.png
sleep 5
npx playwright screenshot localhost:3000 test.png
env:
CONFIG_DIR: "tests/config"
286 changes: 0 additions & 286 deletions website/.eslintrc.cjs

This file was deleted.

Loading

0 comments on commit 77185a0

Please sign in to comment.