Skip to content

Commit

Permalink
Merge pull request #210 from Nyaran/dependabot/npm_and_yarn/typescrip…
Browse files Browse the repository at this point in the history
…t-eslint-8.23.0

chore(deps-dev): bump typescript-eslint from 8.22.0 to 8.23.0
  • Loading branch information
Nyaran authored Feb 7, 2025
2 parents 640d5dd + 0eacf47 commit 2fc1741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default tseslint.config(
}],
'@typescript-eslint/prefer-nullish-coalescing': 'off', // requires strictNullChecks
'@typescript-eslint/no-unnecessary-condition': 'off', // requires strictNullChecks
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'off', // requires strictNullChecks

'promise/prefer-await-to-then': 'error',
'promise/prefer-await-to-callbacks': 'error',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"rollup": "4.34.4",
"rollup-plugin-serve": "3.0.0",
"typescript": "5.7.3",
"typescript-eslint": "8.22.0"
"typescript-eslint": "8.23.0"
}
}

0 comments on commit 2fc1741

Please # to comment.