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
Is your feature request related to a problem? Please describe. Standard has currently an error with JSX (#216).
Describe the solution you'd like Move to Prettier.
Prettier
Describe alternatives you've considered Continue to only use standard.js.
standard.js
To be more clously to standard.js, following settings should be set:
--no-semi
--single-quote
--end-of-line lf
\n
You should have a basic understanding of Node.js, npm and Git and GitHub.
prettier
pretty-quick
npm test
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐞 The feature request
Is your feature request related to a problem? Please describe.
Standard has currently an error with JSX (#216).
Describe the solution you'd like
Move to
Prettier
.Describe alternatives you've considered
Continue to only use
standard.js
.❓Additional context
To be more clously to
standard.js
, following settings should be set:--no-semi
(no semicolons)--single-quote
(use single quotes)--end-of-line lf
(only use Line Feed (\n
) as new line in files)👩🏫 What you will need to know
You should have a basic understanding of Node.js, npm and Git and GitHub.
📋 Step by Step
prettier
(not globally) andpretty-quick
and add a npm-script for it with the settingsprettier
following it's documentation and then run thenpm test
. Ifstandard.js
fails uninstall it and remove its tests.The text was updated successfully, but these errors were encountered: