Skip to content

Commit

Permalink
feat(tslint): interfaces shoud not start with "I" symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
echoinsane authored and MarsiBarsi committed Nov 15, 2019
1 parent b0d7112 commit e22f9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint/bases/base.tslint.json
Expand Up @@ -14,7 +14,7 @@
"curly": true,
"eofline": false,
"forin": true,
"interface-name": true,
"interface-name": [true, "never-prefix"],
"jsdoc-format": true,
"label-position": true,
"new-parens": true,
Expand Down

0 comments on commit e22f9f0

Please sign in to comment.