Skip to content

Commit

Permalink
Merge pull request #5 from MailOnline/fix/remove-i-prefix-interfaces
Browse files Browse the repository at this point in the history
fix: forbid interface name prefix
  • Loading branch information
claudiorodriguez authored Apr 16, 2018
2 parents 212a481 + 4c10028 commit aa3e3d1
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 aa3e3d1

Please sign in to comment.