Skip to content

Commit

Permalink
fix: disable no-invalid-this eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
wewoor committed Nov 11, 2020
1 parent 86f536e commit a841f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ module.exports = {
'require-jsdoc': 0,
'valid-jsdoc': 0,
'no-unused-vars': 0,
'no-invalid-this': 0
'no-invalid-this': 0,
},
};

0 comments on commit a841f8b

Please sign in to comment.