hopefully
This commit is contained in:
parent
a9671481d8
commit
755ee4a0c2
1 changed files with 5 additions and 0 deletions
|
@ -25,5 +25,10 @@ module.exports = {
|
|||
allowNumber: true,
|
||||
},
|
||||
],
|
||||
/* Temporary (RIP) */
|
||||
"@typescript-eslint/no-unsafe-return": "off",
|
||||
"@typescript-eslint/no-confusing-void-expression": "off",
|
||||
"@typescript-eslint/no-misused-promises": "off",
|
||||
"@typescript-eslint/no-floating-promises": "off",
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue