mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Re-enable @typescript-eslint/no-extra-semi
This commit is contained in:
parent
b68aac9721
commit
a32cdbb47a
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ module.exports = {
|
|||
"@typescript-eslint/no-empty-interface": "error",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-extra-non-null-assertion": "error",
|
||||
"@typescript-eslint/no-extra-semi": "off", //"error",
|
||||
"@typescript-eslint/no-extra-semi": "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",
|
||||
|
|
Loading…
Add table
Reference in a new issue