Skip to content

Commit

Permalink
fix(rules): fixed 'missing-wait-message' rule initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
alecxe committed Jan 31, 2016
1 parent d7562d9 commit 76ce2c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

module.exports = {
rules: {
'missing-perform': require('./lib/rules/missing-perform')
'missing-perform': require('./lib/rules/missing-perform'),
'missing-wait-message': require('./lib/rules/missing-wait-message')
},
rulesConfig: {
'missing-perform': 2,
Expand Down

0 comments on commit 76ce2c2

Please sign in to comment.