Add a comment on another hard rule to enable

This commit is contained in:
Oliver Blanthorn 2020-06-19 20:39:30 +01:00
parent 5d37df9caf
commit 9b2f287b35
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -120,7 +120,7 @@ module.exports = {
"@typescript-eslint/no-unsafe-assignment": "off", //"error", "@typescript-eslint/no-unsafe-assignment": "off", //"error",
"@typescript-eslint/no-unsafe-call": "off", //"error", "@typescript-eslint/no-unsafe-call": "off", //"error",
"@typescript-eslint/no-unsafe-member-access": "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": [ "@typescript-eslint/no-unused-expressions": [
"error", "error",
{ {