1.0.6 • Published 3 years ago

hch-stylelint-config v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

本插件包用于格式化项目代码(针对 less,postcss,css,scss 样式代码格式化)

引入插件包

yarn add hch-stylelint-config / npm install hch-stylelint-config

package.json 添加

"scripts": {
    "lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  },
  "stylelint": {
    "extends": [
      "hch-stylelint-config"
    ]
  },

需要哪些文件忽略校验可以根目录新建.stylelintignore 添加忽略