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
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
What did you expect to happen?
No warning for missing comma at the ...props line.
What happened? warning Missing trailing comma comma-dangle for the ...props line.
Eslint recently disabled the trailing comma after the "RestProperty" but the parser likely generates "Property" node (based on my hacked-in logging from within the comma-dangle rule).