Skip to content

Commit

Permalink
configure ban-ts-comment in package.json, phetsims/chipper#1389
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 24, 2023
1 parent a0df7ae commit 0d51c1f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@
],
"rules": {
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/ban-ts-comment": "error"
"@typescript-eslint/ban-ts-comment": [
"error",
{
"ts-expect-error": true,
"ts-ignore": true,
"ts-check": true,
"ts-nocheck": true
}
]
}
}
]
Expand Down

0 comments on commit 0d51c1f

Please sign in to comment.