1.0.1 • Published 2 years ago

@ztjy/commitlint-config v1.0.1

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

commitlint-config

Project setup

yarn add @ztjy/commitlint-config -D

Compiles and hot-reloads for development

1.项目根目录新建.stylelintrc.js

module.exports = {
  extends: ['@ztjy/stylelint-config'],
  "rules": {
    "indentation": 4 // 配置区域
  }
}

2、格式化单个文件

npx stylelint src/demo.css --fix

Customize configuration

See stylelint Rules.