Skip to content

Commit

Permalink
fix: disable class-methods-use-this
Browse files Browse the repository at this point in the history
  • Loading branch information
emnnipal committed Jul 26, 2022
1 parent ad254f8 commit bdb35b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],
"rules": {
"no-prototype-builtins": "off",
"class-methods-use-this": "off",
"linebreak-style": "off",
"import/prefer-default-export": "off",
"import/order": [
Expand Down

0 comments on commit bdb35b6

Please sign in to comment.