Make note to re-enable dot-notation rule

This commit is contained in:
Oliver Blanthorn 2023-03-10 18:31:45 +01:00
parent b6e4942d76
commit a786b5a214
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -93,7 +93,7 @@ module.exports = {
"@typescript-eslint/class-name-casing": "off",
"@typescript-eslint/consistent-type-assertions": "error",
"@typescript-eslint/consistent-type-definitions": "error",
"@typescript-eslint/dot-notation": "error",
"@typescript-eslint/dot-notation": "off", // TODO: enable
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-member-accessibility": [
"off",