Skip to content

Commit

Permalink
eslintrc: Updates consistent-this exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindb committed Mar 21, 2017
1 parent 2a6f535 commit c464bc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ module.exports = {
],
"computed-property-spacing": "error",
"consistent-return": "error",
"consistent-this": "error",
"consistent-this": [
"error",
"that",
"outerThis",
"self"
],
"curly": "error",
"default-case": "error",
"dot-location": [
Expand Down

0 comments on commit c464bc4

Please sign in to comment.