Open
Description
I have a new parser for PostCSS/StyleLint, postcss-html.
features about vue:
- Compatible with vue component
- Support automatically fixes of StyleLint.
- Support syntax definded in
<style lang="*">
- Syntax detection by file extensions for non vue component file.
Usage:
stylelint "**/*.{vue,html,css,sss,less,scss,sass}" --custom-syntax postcss-html
Related:
- Added base stylelint configuration. #154
- A nice way to lint
.vue
files with Stylelint? vuejs/vue-loader#303 - Add support for HTML, Markdown and Vue component stylelint/stylelint#2975
/CC @dan-gamble