Skip to content

Commit 992b95b

Browse files
authored
feat: add "class-methods-use-this": "off" rule (#7274)
1 parent 0cb71d7 commit 992b95b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/small-lizards-rhyme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@vue-storefront/eslint-config-integrations": patch
3+
---
4+
5+
changed: add eslint-integration rule "class-methods-use-this": "off"

engineering-toolkit/integrations-eslint/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ module.exports = {
5555
"no-restricted-syntax": "off",
5656
"no-await-in-loop": "off",
5757
"@typescript-eslint/no-empty-interface": "off",
58+
"class-methods-use-this": "off",
5859
},
5960
settings: {
6061
"import/resolver": {

0 commit comments

Comments
 (0)