1.1.5 • Published 3 years ago

@ztjy/stylelint-config v1.1.5

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

stylelint-config

Project setup

yarn add @ztjy/stylelint-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.

1.1.1

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

4 years ago

1.1.0-beta.1

4 years ago

1.0.2

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.10

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-beta.2

4 years ago

1.0.0-beta.1

4 years ago