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 366e91d commit 4779d5cCopy full SHA for 4779d5c
1 file changed
lib/rules/classic-decorator-no-classic-methods.js
@@ -56,7 +56,7 @@ module.exports = {
56
if (!inClassExtends) {
57
return;
58
}
59
- if (node.object.type !== 'ThisExpression') {
+ if (node.object.type !== 'ThisExpression' || node.property.type === 'PrivateIdentifier') {
60
61
62
0 commit comments