Skip to content

Commit

Permalink
chore: move eslint config to ts format
Browse files Browse the repository at this point in the history
Signed-off-by: Eiko Wagenknecht <[email protected]>
  • Loading branch information
eikowagenknecht committed Feb 19, 2025
1 parent d8f1b2a commit e3cb5f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
"docker:pub:dev": "docker build . -t eikowagenknecht/lootscraper:develop && docker push eikowagenknecht/lootscraper:develop"
},
"dependencies": {
"@apollo/client": "3.13.1",
"@grammyjs/auto-retry": "2.0.2",
"@grammyjs/commands": "1.0.5",
"abort-controller": "3.0.0",
"basic-ftp": "5.0.5",
"@apollo/client": "3.13.1",
"better-sqlite3": "11.8.1",
"croner": "9.0.0",
"cross-env": "7.0.3",
"grammy": "1.35.0",
"graphql": "16.10.0",
"handlebars": "4.7.8",
"i18next": "24.2.2",
"kysely": "0.27.5",
"logform": "2.7.0",
"graphql": "16.10.0",
"luxon": "3.5.0",
"playwright": "1.50.1",
"winston": "3.17.0",
Expand All @@ -83,6 +83,7 @@
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-jsdoc": "50.6.3",
"globals": "15.15.0",
"jiti": "2.4.2",
"knip": "5.44.1",
"lefthook": "1.10.10",
"prettier": "3.5.1",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3cb5f6

Please sign in to comment.