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
If I will put a semicolon at the end TS code, the error disappears. So it seems to be related to having both semi:never and comma-dangle: always at the same time.
The text was updated successfully, but these errors were encountered:
I'm getting "Missing trailing comma. (comma-dangle)" errors in HTML element property in several different places. E.g.
And here's error:
.eslintrc.js
file:If I will put a semicolon at the end TS code, the error disappears. So it seems to be related to having both
semi:never
andcomma-dangle: always
at the same time.The text was updated successfully, but these errors were encountered: