mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Add a comment on another hard rule to enable
This commit is contained in:
parent
5d37df9caf
commit
9b2f287b35
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ module.exports = {
|
|||
"@typescript-eslint/no-unsafe-assignment": "off", //"error",
|
||||
"@typescript-eslint/no-unsafe-call": "off", //"error",
|
||||
"@typescript-eslint/no-unsafe-member-access": "off", //"error",
|
||||
"@typescript-eslint/no-unsafe-return": "off", //"error",
|
||||
"@typescript-eslint/no-unsafe-return": "off", //"error", // We've done this a lot, but it would be a good idea to fix it
|
||||
"@typescript-eslint/no-unused-expressions": [
|
||||
"error",
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue