npm install --save-dev stylelint-config-recommended-scss Set yourstylelintconfig to: {"extends":"stylelint-config-recommended-vue/scss"} When used withstylelint-config-standard-scss: {"extends": ["stylelint-config-standard-scss","stylelint-config-recommended-vue/scss"] } ...
{"extends":"stylelint-config-standard-vue"}/* This config enables rules for only .vue files. */ 使用SCSS需要额外安装:stylelint-config-standard-scss 6.stylelint-config-recommended-scss 同类型的还有:stylelint-config-standard-scss、stylelint-config-recommended-less、stylelint-config-standard-less(这...
"stylelint-config-standard-scss", "stylelint-config-prettier-scss" ] } Other shared configs include: stylelint-config-html stylelint-config-recommended-vue Using a custom syntax directly If a shared config isn't available for your preferred language or library, then you can install the appr...
笔者目前公司项目采用的是 vue + scss + ts 实现的,这里主要会介绍 vue 和 scss 相关的配置。 相关依赖 stylelint 版本和依赖存在兼容性问题,下面依赖版本经过验证 stylelint@3.13.1 stylelint-config-recommended-scss@4.3.0 stylelint-scss@4.0.0 stylelint-config-recess-order@3.0.0 stylelint-prettier@2.0....
Set yourstylelintconfig to: {"extends":"stylelint-config-recommended-vue/scss"} When used withstylelint-config-standard-scss: {"extends": ["stylelint-config-standard-scss","stylelint-config-recommended-vue/scss"] } However, some stylistic rules may not work well with Vue. We recommend that...
pnpm install -D stylelint stylelint-config-standard stylelint-config-recommended-scss stylelint-config-recommended-vue postcss postcss-html postcss-scss stylelint-config-recess-order stylelint-config-html 1 依赖 说明 备注 stylelint stylelint 核心库 stylelint ...
stylelint-config config lint xhmikosr •15.1.0•4 months ago•19dependents•MITpublished version15.1.0,4 months ago19dependentslicensed under $MIT 878,900 stylelint-config-recommended-vue The recommended shareable Vue config for Stylelint. ...
recommended-vue/scss",// 配置 vue 中 scss 样式格式化"stylelint-config-recess-order",// 配置 stylelint css 属性书写顺序插件,"stylelint-config-prettier",// 配置 stylelint 和 prettier 兼容],overrides:[// 扫描 .vue/html 文件中的 <style> 标签内的样式{files:["**/*.{vue,html}"],custom...
可按照官方引导user-guide/get-started进行配置。笔者目前公司项目采用的是 vue + scss + ts 实现的,这里主要会介绍 vue 和 scss 相关的配置。 相关依赖 stylelint 版本和依赖存在兼容性问题,下面依赖版本经过验证 stylelint@3.13.1 stylelint-config-recommended-scss@4.3.0 ...
//配置stylelint拓展插件"stylelint-config-html/vue",//配置vue中template样式格式化"stylelint-config-standard-scss",//配置stylelint scss插件"stylelint-config-recommended-vue/scss",//配置vue中scss样式格式化"stylelint-config-recess-order",//配置stylelint css属性书写顺序插件"stylelint-config-prettier"/...