Skip to content

Commit

Permalink
Fixed linting rule
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Jul 15, 2024
1 parent d0003c1 commit 1e1defb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"prefer-const": "warn",
"@typescript-eslint/adjacent-overload-signatures": "warn",
"@typescript-eslint/no-inferrable-types": "warn",
"@typescript-eslint/no-namespace": "off"
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-duplicate-enum-values": "off"
}
}

0 comments on commit 1e1defb

Please sign in to comment.