1.0.0 • Published 4 years ago

@forgleaner/stylelint-config v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

stylelint-config

build commitizen download npm semantic

stylelint插件配置,包含css、sass通用规则

基于 stylelint-config-standard.

Install

npm i @forgleaner/stylelint-config -D

使用

添加以下代码到 stylelint.config.js

module.exports = {
  "extends": "@forgleaner/stylelint-config"
}