mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
allocators and type aliases
This commit is contained in:
parent
60c743d656
commit
f05e5520f3
16 changed files with 283 additions and 121 deletions
|
|
@ -51,6 +51,7 @@ module.exports = {
|
|||
// This lint is horrible with noisy false positives every time there are typescript errors.
|
||||
"@typescript-eslint/no-unsafe-return": "off",
|
||||
"@typescript-eslint/no-unsafe-assignment": "off",
|
||||
"eslint@typescript-eslint/no-unsafe-argument": "off",
|
||||
|
||||
// Useful extra lints that are not on by default:
|
||||
"@typescript-eslint/explicit-module-boundary-types": "warn",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue