Skip to content

Commit

Permalink
Added class-methods-use-this rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Golab committed Feb 25, 2018
1 parent c5ed9ae commit 6258c1c
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 @@ -37,6 +37,7 @@ module.exports = {
requireReturn: false,
prefer: { returns: 'return' },
}],
'class-methods-use-this': 2,
curly: 2,
'default-case': 2,
'dot-notation': 2,
Expand Down

0 comments on commit 6258c1c

Please sign in to comment.