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
Right now we have a lot of eslint rules including extending the airbnb rules.
I am keen to move all of the style rules to prettier (eg our custom eslint rule for dangling comma's)
However, I am keen to keep the eslint rules that are non-style related. Things like eslint-plugin-jsx-a11y and so on.
Here is my proposed .prettierrc config
.prettierrc
{ "trailingComma": "all", "semi": true, "tabWidth": 2, "useTabs": false, "singleQuote": true }
The text was updated successfully, but these errors were encountered:
This work should be done after #493, and probably at the same time as #525
Sorry, something went wrong.
Prettier conversion. Closes #552 (#581)
ee30354
Shipped in #581
No branches or pull requests
Right now we have a lot of eslint rules including extending the airbnb rules.
I am keen to move all of the style rules to prettier (eg our custom eslint rule for dangling comma's)
However, I am keen to keep the eslint rules that are non-style related. Things like eslint-plugin-jsx-a11y and so on.
Here is my proposed
.prettierrc
configThe text was updated successfully, but these errors were encountered: