mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
chore: unnecessary comment
This commit is contained in:
parent
83a4c0e6aa
commit
eb0219e976
1 changed files with 0 additions and 6 deletions
|
|
@ -69,12 +69,6 @@
|
|||
// enable the rule specifically for TypeScript files
|
||||
"files": ["*.ts", "*.tsx"],
|
||||
"rules": {
|
||||
// "@typescript-eslint/strict-boolean-expressions": [
|
||||
// "error",
|
||||
// {
|
||||
// "allowString": false
|
||||
// }
|
||||
// ],
|
||||
"@typescript-eslint/explicit-function-return-type": ["error"],
|
||||
"@typescript-eslint/ban-ts-comment": "off",
|
||||
"@typescript-eslint/no-empty-function": "error",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue