Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Add static-this rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 21, 2019
1 parent 5507569 commit 9a2c9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ module.exports = {
'prefer-object-spread': true,
radix: true,
'restrict-plus-operands': true,
'static-this': true,
'strict-type-predicates': true,
'switch-default': true,
'triple-equals': true,
Expand Down Expand Up @@ -359,7 +360,6 @@ module.exports = {
'no-accessor-recursion': true,
'no-collapsible-if': true,
'no-return-undefined': true,
'no-static-this': true,
'no-unnecessary-type-annotation': [
true,
'check-return-type'
Expand Down

0 comments on commit 9a2c9a1

Please sign in to comment.