We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb71d7 commit 992b95bCopy full SHA for 992b95b
.changeset/small-lizards-rhyme.md
@@ -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
@@ -55,6 +55,7 @@ module.exports = {
55
"no-restricted-syntax": "off",
56
"no-await-in-loop": "off",
57
"@typescript-eslint/no-empty-interface": "off",
58
+ "class-methods-use-this": "off",
59
},
60
settings: {
61
"import/resolver": {
0 commit comments