Add a comment on another hard rule to enable

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

View file

@ -82,7 +82,7 @@ module.exports = {
"accessibility": "explicit"
}
],
"@typescript-eslint/explicit-module-boundary-types": "off", //"warn",
"@typescript-eslint/explicit-module-boundary-types": "off", //"warn", // This is another hard one to enable
"@typescript-eslint/indent": "off",
"@typescript-eslint/interface-name-prefix": "off",
"@typescript-eslint/member-delimiter-style": [