Skip to content

Commit

Permalink
upgrading xo to 0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Jul 18, 2024
1 parent e250a1b commit d38729b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,17 @@
"typescript": "^5.5.3",
"vitest": "^1.6.0",
"webpack": "^5.92.1",
"xo": "^0.58.0"
"xo": "^0.59.0"
},
"xo": {
"ignores": [
"docula.config.*",
"vitest.config.mjs",
"bin/docula.js"
]
],
"rules": {
"n/file-extension-in-import": "off"
}
},
"files": [
"dist",
Expand Down

0 comments on commit d38729b

Please sign in to comment.