-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Any plan for StyleLint? #836
New issue
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
Comments
Stylelint is used by Facebook, Wikipedia and GitHub. create-react-app will support it in 2.0. Right now it is the most popular CSS linter. |
Stylelint is great! I've been adding it to all my frontend projects. I'd love to see support out of the box in the template. |
A temporary solution is separate your An elegant way to separate these file is using vue-separate-files-loader. |
I used another solution, postcss-html for stylelint CLI stylelint "**/*.{vue,htm,html,css,sss,less,scss,sass}" --custom-syntax postcss-html |
@gucong3000 it‘s nice to deal with it. |
I have a new parser for PostCSS/StyleLint, postcss-html.
features about vue:
<style lang="*">
Usage:
stylelint "**/*.{vue,html,css,sss,less,scss,sass}" --custom-syntax postcss-html
Related:
.vue
files with Stylelint? vuejs/vue-loader#303/CC @dan-gamble
The text was updated successfully, but these errors were encountered: