Skip to content

Commit

Permalink
feat: enable getter-return (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis authored Aug 15, 2017
1 parent 14f9c19 commit 0e32c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
"rules": {
// ## Possible Errors
// The following rules point out areas where you might have made mistakes.
// "getter-return": 2,
"getter-return": 2,
// `console` is used for simple stdout/stderr
"no-console": 0,
// allow `while (true)`
Expand Down

0 comments on commit 0e32c00

Please sign in to comment.