Skip to content

Commit

Permalink
refactor(xo): update && adapt to lints
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Jul 28, 2024
1 parent 47f97ce commit 1242388
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"del-cli": "^5.0.0",
"grammy": "^1.10.1",
"typescript": "^5.5.2",
"xo": "^0.58.0"
"xo": "^0.59.3"
},
"files": [
"dist",
Expand All @@ -63,7 +63,9 @@
],
"rules": {
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/prefer-readonly-parameter-types": "off"
"@typescript-eslint/prefer-readonly-parameter-types": "off",
"n/no-unsupported-features/es-syntax": "off",
"n/no-unsupported-features/node-builtins": "off"
}
}
]
Expand Down

0 comments on commit 1242388

Please sign in to comment.