mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Add a comment on another hard rule to enable
This commit is contained in:
parent
a32cdbb47a
commit
e911333d99
1 changed files with 1 additions and 1 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Reference in a new issue