Update comments on linting rules

This commit is contained in:
Oliver Blanthorn 2020-06-19 13:34:25 +01:00
parent 3155301bb9
commit ab13c700ee
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -138,8 +138,8 @@ module.exports = {
}
],
"@typescript-eslint/require-await": "off", //"error",
"@typescript-eslint/restrict-plus-operands": "off", //"error",
"@typescript-eslint/restrict-template-expressions": "off", //"error",
"@typescript-eslint/restrict-plus-operands": "off", //"error", // We use this a lot - fixing it is a problem for a rainy day
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/semi": [
"off",
null