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
The way I implemented it with ESLint is true = always and false = never. But it can be extended to use (or not use) against arrays, objects, functions, etc. See https://eslint.org/docs/rules/comma-dangle.
Maybe a simple boolean isn't the right data type for trailing comma?
See docs:
https://prettier.io/docs/en/options.html#trailing-commas
See code:
https://github.com/Unibeautify/beautifier-prettier/blob/master/src/options.ts#L60-L72
Only supports
es5
.The text was updated successfully, but these errors were encountered: