Skip to content

Commit

Permalink
fix: forbid interface name prefix
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires interface names to not
have uppercase "I" prefix
  • Loading branch information
claudiorodriguez committed Apr 16, 2018
1 parent 212a481 commit 4c10028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = {
rules: {
...commonRules,
'await-promise': true,
'interface-name': [true, 'never-prefix'],
'no-any': true,
'no-floating-promises': true,
'no-inferrable-types': false,
Expand Down

0 comments on commit 4c10028

Please sign in to comment.