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
Latest stylelint does not check formatting. https://prettier.io/docs/en/configuration .prettierrc.yml
.prettierrc.yml
The text was updated successfully, but these errors were encountered:
stylelint could also have a human-friendly .stylelintrc.yml
.stylelintrc.yml
Sorry, something went wrong.
@adamlaki Easy.
tabWidth: 2 printWidth: 120 semi: true singleQuote: true trailingComma: "es5"
prettier --check preview/assets/scss/ preview/assets/js/ scss/ test/ # and --write # another approach prettier --check '**.js' '**.scss'
No branches or pull requests
Latest stylelint does not check formatting.
https://prettier.io/docs/en/configuration
.prettierrc.yml
The text was updated successfully, but these errors were encountered: