Skip to content

Commit

Permalink
build(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Feb 6, 2024
1 parent 2caa317 commit 129282f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
"@sindresorhus/tsconfig": "^5.0.0",
"@types/node": "^20.10.0",
"typescript": "^5.0.2",
"xo": "^0.56.0"
"xo": "^0.57.0"
},
"xo": {
"rules": {
"@typescript-eslint/naming-convention": "off"
"@typescript-eslint/naming-convention": "off",
"unicorn/prevent-abbreviations": "off"
}
}
}

0 comments on commit 129282f

Please sign in to comment.