Skip to content

Commit

Permalink
better lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Oct 10, 2024
1 parent 00c907b commit e4f9a01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/type-annotation-spacing": [
"error",
{
"before": false,
"after": false
}
],
"@typescript-eslint/no-unused-vars": [
"error",
{
Expand Down

0 comments on commit e4f9a01

Please sign in to comment.