Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Dec 4, 2024
1 parent a9a5473 commit e75d3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/src/rules.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import tsEslint from '@typescript-eslint/eslint-plugin';

const typescript = tsEslint.configs.recommended;

// These are that are currently set to "warn"
// These are rules that are currently set to "warn"
// But should be set to "error" once we fix all the existing issues
const rulesToMoveToError = {
"@typescript-eslint/no-unsafe-return": "warn",
Expand Down

0 comments on commit e75d3c4

Please sign in to comment.