Re-enable @typescript-eslint/no-extra-semi

This commit is contained in:
Oliver Blanthorn 2020-06-19 21:02:53 +01:00
parent b68aac9721
commit a32cdbb47a
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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",