Skip to content

Commit

Permalink
feat: change defaults of no-this-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Jul 29, 2019
1 parent ce7ecf1 commit a03c88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/rules/no-this-alias.ts
Expand Up @@ -46,7 +46,7 @@ export default util.createRule<Options, MessageIds>({
},
defaultOptions: [
{
allowDestructuring: false,
allowDestructuring: true,
allowedNames: [],
},
],
Expand Down

0 comments on commit a03c88f

Please sign in to comment.