0.1.2 • Published 11 months ago

@vingogo/stylelint-config v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

StyleLint 规范

使用

安装

Install:

pnpm add @vingogo/stylelint-config stylelint -D

配置

根目录下创建 .stylelintrc.json

{
  "extends": "@vingogo/stylelint-config"
}

添加 script

{
  "scripts": {
    "stylelint": "stylelint --fix \"src/**/*.scss\""
  }
}