Skip to content

Commit

Permalink
Add no-constructor-return rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 24, 2019
1 parent 04bd7c2 commit 18bcd82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -98,6 +98,7 @@ module.exports = {
'no-alert': 'error',
'no-caller': 'error',
'no-case-declarations': 'error',
'no-constructor-return': 'error',
'no-else-return': [
'error',
{
Expand Down

0 comments on commit 18bcd82

Please sign in to comment.