1.1.5 • Published 2 years ago

@ztjy/stylelint-config v1.1.5

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.1.0-beta.1

3 years ago

1.0.2

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.10

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-beta.2

3 years ago

1.0.0-beta.1

3 years ago