Skip to content

Commit

Permalink
tiered - upgrading xo to 0.59.2 (#1099)
Browse files Browse the repository at this point in the history
* tiered - upgrading xo to 0.59.2

* adding eslint off
  • Loading branch information
jaredwray committed Jul 23, 2024
1 parent 303778e commit f118838
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/tiered/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"rules": {
"unicorn/prefer-module": "off",
"unicorn/prefer-event-target": "off",
"n/file-extension-in-import": "off",
"import/extensions": "off",
"import/no-extraneous-dependencies": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
Expand Down Expand Up @@ -54,11 +55,11 @@
"@keyv/sqlite": "*",
"@keyv/test-suite": "*",
"c8": "^10.1.2",
"eslint": "^9.5.0",
"eslint": "^9.7.0",
"keyv": "^5.0.0-rc.1",
"tsd": "^0.31.0",
"typescript": "^5.4.5",
"xo": "^0.58.0"
"tsd": "^0.31.1",
"typescript": "^5.5.4",
"xo": "^0.59.2"
},
"tsd": {
"directory": "test"
Expand Down

0 comments on commit f118838

Please sign in to comment.