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
bb872c223d
commit
b68aac9721
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ module.exports = {
|
|||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-extra-non-null-assertion": "error",
|
||||
"@typescript-eslint/no-extra-semi": "off", //"error",
|
||||
"@typescript-eslint/no-floating-promises": "off", //"error",
|
||||
"@typescript-eslint/no-floating-promises": "off", //"error", // We should turn this on eventually but it will take a while to fix
|
||||
"@typescript-eslint/no-for-in-array": "error",
|
||||
"@typescript-eslint/no-implied-eval": "error",
|
||||
"@typescript-eslint/no-inferrable-types": "error",
|
||||
|
|
Loading…
Add table
Reference in a new issue