Skip to content

Commit

Permalink
fix: rollback to eslint 8
Browse files Browse the repository at this point in the history
xojs doesn't support flat config yet
  • Loading branch information
seia-soto authored and philipp-classen committed Jul 3, 2024
1 parent 76e9768 commit 6728fe9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/bun": "^1.1.6",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^9.6.0",
"eslint": "^8",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1",
"typescript": "^5.5.3"
Expand Down

0 comments on commit 6728fe9

Please sign in to comment.