You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can prefix my method with # but it currently throws a parser error as babel-eslint isn't setup to handle that (which should be fixed in babel-eslint 11 when they start reading from your local babel config (except we'll have to do some work because we insist on disabling usage ob babel.config.js) but that's not released yet.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
Stale issue that hasn't received any attention in a while
label
Sep 12, 2020
Currently running this rule reports violations in JS files, where it is not possible to define private members.
Can we run it only on files where it can actually be fixed - i.e. only typescript files?
The text was updated successfully, but these errors were encountered: