Skip to content

Commit

Permalink
Merge pull request #8 from MailOnline/feat/no-inferrable-types
Browse files Browse the repository at this point in the history
feat: enable no-inferrable-types
  • Loading branch information
claudiorodriguez authored Apr 19, 2018
2 parents e249c2d + b758078 commit 71366c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = {
'interface-name': [true, 'never-prefix'],
'no-any': true,
'no-floating-promises': true,
'no-inferrable-types': false,
'no-inferrable-types': true,
'no-non-null-assertion': true,
'no-unused-variable': true,
'promise-function-async': true,
Expand Down

0 comments on commit 71366c3

Please sign in to comment.