Skip to content

Commit

Permalink
dont enforce capital I prefix of Interface names
Browse files Browse the repository at this point in the history
  • Loading branch information
leonstafford committed Jun 25, 2019
1 parent d1cc0fe commit 86bd86b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Expand Up @@ -12,7 +12,8 @@
"no-console": {
"severity": "warning",
"options": ["debug", "info", "log", "time", "timeEnd", "trace"]
}
},
"interface-name" : [true, "never-prefix"]
},
"jsRules": {
"max-line-length": {
Expand Down

0 comments on commit 86bd86b

Please sign in to comment.