Bin annoying eslint rule

This commit is contained in:
Oliver Blanthorn 2021-01-27 12:57:42 +01:00
parent 3998887ff2
commit 5c4bd04ed0
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -70,7 +70,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", // this should be "error" but the fix silently breaks code almost 100% of the time. not worth the headaches
"@typescript-eslint/explicit-member-accessibility": [
"off",
{