mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
fix eslint rule
This commit is contained in:
parent
3b916d8f69
commit
f9e07b376b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ module.exports = {
|
||||||
"@typescript-eslint/no-unsafe-return": "off",
|
"@typescript-eslint/no-unsafe-return": "off",
|
||||||
"@typescript-eslint/no-unsafe-assignment": "off",
|
"@typescript-eslint/no-unsafe-assignment": "off",
|
||||||
"@typescript-eslint/no-unsafe-argument": "off",
|
"@typescript-eslint/no-unsafe-argument": "off",
|
||||||
"typescript-eslint/no-unsafe-call": "off",
|
"@typescript-eslint/no-unsafe-call": "off",
|
||||||
|
|
||||||
// Useful extra lints that are not on by default:
|
// Useful extra lints that are not on by default:
|
||||||
"@typescript-eslint/explicit-module-boundary-types": "warn",
|
"@typescript-eslint/explicit-module-boundary-types": "warn",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue