mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-17 02:56:16 +08:00
fixed ts eslint
This commit is contained in:
parent
f66e872d68
commit
caf04ca07d
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
},
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"rules": {
|
||||
"@typescript-eslint/ban-ts-comment": "off",
|
||||
"json/*": ["error"],
|
||||
"indent": ["off"], //handled by prettier
|
||||
"linebreak-style": ["error", "unix"],
|
||||
|
@ -46,6 +47,7 @@
|
|||
{
|
||||
"extensions": [
|
||||
"",
|
||||
".js",
|
||||
".ts",
|
||||
".tsx",
|
||||
".es.ts",
|
||||
|
|
Loading…
Add table
Reference in a new issue