Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
feat(rules): enable parameter-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Jul 29, 2017
1 parent d1de86c commit dbc86b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export = {
'no-var-before-return': true,
'object-shorthand-properties-first': false,
'oddness-check': false,
'parameter-properties': false,
'parameter-properties': [true, 'leading'],
'prefer-const-enum': true,
'prefer-while': true,
},
Expand Down

0 comments on commit dbc86b7

Please sign in to comment.