mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-06 03:35:07 +08:00
linting fix
This commit is contained in:
parent
56821cd236
commit
db59ed01aa
1 changed files with 3 additions and 3 deletions
|
@ -72,10 +72,10 @@
|
|||
"@typescript-eslint/no-empty-function": "error",
|
||||
"@typescript-eslint/no-unused-vars": "error",
|
||||
"@typescript-eslint/no-var-requires": "error"
|
||||
},
|
||||
"parserOptions": {
|
||||
"project": "./tsconfig.json"
|
||||
}
|
||||
// "parserOptions": {
|
||||
// "project": "./tsconfig.json"
|
||||
// }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue