We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d07b10 + 3ab6016 commit ff43b4bCopy full SHA for ff43b4b
lib/utils/js-parser.js
@@ -24,6 +24,8 @@ const options = {
24
'nullishCoalescingOperator',
25
'optionalChaining',
26
'decorators-legacy',
27
+ 'classPrivateProperties',
28
+ 'classPrivateMethods',
29
'typescript',
30
],
31
};
0 commit comments