Skip to content

Commit

Permalink
Renovate (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSpicyBurrito authored Nov 30, 2024
1 parent 97531c3 commit daebedb
Show file tree
Hide file tree
Showing 6 changed files with 390 additions and 301 deletions.
7 changes: 6 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ export default tsEslint.config(
rules: {
'@typescript-eslint/consistent-type-definitions': ['error', 'type'],
'@typescript-eslint/explicit-module-boundary-types': 'error',
'@typescript-eslint/switch-exhaustiveness-check': 'error',
'@typescript-eslint/switch-exhaustiveness-check': [
'error',
{
considerDefaultExhaustiveForUnions: true,
},
],
'@typescript-eslint/restrict-template-expressions': 'off',
'@typescript-eslint/no-unnecessary-condition': [
'error',
Expand Down
Loading

0 comments on commit daebedb

Please sign in to comment.