Update ESLint configuration
Remove the line to disable the "github/no-then" rule.
This commit is contained in:
Родитель
378f1f95d7
Коммит
35fd0a93b1
|
@ -49,8 +49,7 @@
|
|||
"@typescript-eslint/prefer-regexp-exec": "off",
|
||||
"@typescript-eslint/require-await": "off",
|
||||
"@typescript-eslint/restrict-template-expressions": "off",
|
||||
"func-style": "off",
|
||||
"github/no-then": "off"
|
||||
"func-style": "off"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче