Skip to content

Commit

Permalink
Clarify presence of ts-ignore in @typescript-eslint/ban-ts-comment
Browse files Browse the repository at this point in the history
Closes #26
  • Loading branch information
kachkaev committed Jun 3, 2023
1 parent ae79a41 commit 8c32cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-base/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
"error",
{
"ts-expect-error": "allow-with-description",
"ts-ignore": "allow-with-description",
"ts-ignore": "allow-with-description", // autofixed via @typescript-eslint/prefer-ts-expect-error
minimumDescriptionLength: 10,
},
],
Expand Down

0 comments on commit 8c32cc1

Please sign in to comment.