Skip to content

Commit 59cd8e5

Browse files
author
Khanh Dao
committed
Fixing private class
1 parent 5b68dda commit 59cd8e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/utils/js-parser.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ const options = {
2424
'nullishCoalescingOperator',
2525
'optionalChaining',
2626
'decorators-legacy',
27+
'classPrivateProperties',
28+
'classPrivateMethods',
2729
],
2830
};
2931

0 commit comments

Comments
 (0)