We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.prettierrc.js contains trailingComma twice with different values
.prettierrc.js
trailingComma: 'es5', trailingComma: 'none'
No response
The text was updated successfully, but these errors were encountered:
@justinmclean What do you wish to fix? Remove one of it or use
module.exports = { trailingComma: ['none', 'es5'] // Add both values as elements of an array };
instead?
Sorry, something went wrong.
Hey @jerryshao , I would like to work on this issue. please could you assign me this issue?
Hey @justinmclean,
Should I remove one of the trailingComma values (probably 'none'), or should I try to combine them somehow?
I'm not an expert on this, but I think we would only need one, e.g. es5 - however, it may be that that might cause the build to fail.
es5
Remove duplicate trailingComma setting from .prettierrc.js apache#1836
8722f4b
Fixed issue with .prettierrc.js containing trailingComma twice by removing 'none' value.
Jash2606
Successfully merging a pull request may close this issue.
What would you like to be improved?
.prettierrc.js
contains trailingComma twice with different valuesHow should we improve?
No response
The text was updated successfully, but these errors were encountered: