-
-
Notifications
You must be signed in to change notification settings - Fork 54
feat: Update ES Syntax #189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| }, | ||
| ], | ||
| }, | ||
| // TODO: Additional es-syntax |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have commented out no-property-shorthands-getset, and no-bigint-property-names. as I want to cover them in a less custom way.
I am open to ideas/suggestions
This comment was marked as outdated.
This comment was marked as outdated.
|
shouldn't be ruleId = ruleId.replace(/^no-/, '') |
aladdin-add
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM, thanks!
This extracts the es-syntax data into a separate json file and updates all of it to be up-to-date!