Skip to content

Commit

Permalink
chore: upgrading xo to 0.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Dec 31, 2024
1 parent 4a356c7 commit 773c8d8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/express": "^5.0.0",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/nunjucks": "^3.2.6",
"@types/pug": "^2.0.10",
"@types/underscore": "^1.13.0",
Expand All @@ -69,16 +69,13 @@
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6",
"webpack": "^5.96.1",
"xo": "^0.59.3"
"webpack": "^5.97.1",
"xo": "^0.60.0"
},
"xo": {
"ignores": [
"vitest.config.mjs"
],
"rules": {
"n/file-extension-in-import": "off"
}
]
},
"files": [
"dist",
Expand Down

0 comments on commit 773c8d8

Please sign in to comment.