Skip to content

Commit

Permalink
update: lock file maintenance (#1765)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ryan Ling <ryan@outlook.com.au>
  • Loading branch information
renovate[bot] and 72636c authored Jan 15, 2025
1 parent 1c9befa commit a6b76c5
Show file tree
Hide file tree
Showing 3 changed files with 3,199 additions and 3,266 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-ears-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-config-skuba': minor
---

Disable `@typescript-eslint/no-base-to-string` in tests
3 changes: 3 additions & 0 deletions packages/eslint-config-skuba/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ module.exports = [
'@typescript-eslint/no-unsafe-return': 'off',
'@typescript-eslint/no-explicit-any': 'off',

// Allow e.g. `String(unknown)`
'@typescript-eslint/no-base-to-string': 'off',

// Allow ! in tests
'@typescript-eslint/no-non-null-assertion': 'off',

Expand Down
Loading

0 comments on commit a6b76c5

Please sign in to comment.