Skip to content

Commit

Permalink
update lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bkendall committed Jan 2, 2024
1 parent a01ad93 commit 474872d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ overrides:
- files:
- "*.ts"
rules:
"@typescript-eslint/no-explicit-any": warn
"@typescript-eslint/no-explicit-any": warn # TODO(bkendall): remove allow to error.
"@typescript-eslint/no-unsafe-argument": warn # TODO(bkendall): remove allow to error.
"@typescript-eslint/no-unsafe-assignment": warn # TODO(bkendall): remove allow to error.
"@typescript-eslint/no-unsafe-call": warn # TODO(bkendall): remove allow to error.
Expand Down

0 comments on commit 474872d

Please sign in to comment.