Skip to content

Commit

Permalink
Merge pull request #30 from g-ongenae/feature/allow-function-in-class…
Browse files Browse the repository at this point in the history
…-without-use-of-this

[FEAT] Allow function in class without use of this
  • Loading branch information
g-ongenae authored Dec 6, 2023
2 parents ee3c88f + 4a03f7c commit 9069e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"off"
],
"camelcase": "error",
"class-methods-use-this": "error",
"class-methods-use-this": ["error", { "enforceForClassFields": false }],
"comma-dangle": "off",
"complexity": "error",
"constructor-super": "error",
Expand Down

0 comments on commit 9069e8b

Please sign in to comment.