Skip to content

Commit

Permalink
https://github.com/phetsims/graphing-lines/issues/139
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 24, 2023
1 parent 83e8b80 commit dda5e41
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,16 @@
"**/*.ts"
],
"rules": {
"@typescript-eslint/no-explicit-any": "error"
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/ban-ts-comment": [
"error",
{
"ts-expect-error": "allow-with-description",
"ts-ignore": true,
"ts-check": true,
"ts-nocheck": true
}
]
}
}
]
Expand Down

0 comments on commit dda5e41

Please sign in to comment.