1.4.0 • Published 8 years ago

stylelint-config-yoho v1.4.0

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

stylelint-config-yoho

安装 stylelint

在全局中安装如下node.js依赖包:

$ npm install stylelint-config-yoho -g

使用

项目中手动添加.stylelintrc配置文件,内容为:

{
  "extends": "stylelint-config-yoho"
}

覆盖或者添加新规则

{
  "extends": "stylelint-config-yoho",
  "rules": {
    "indentation": [2, "tab"]
  }
}
1.4.0

8 years ago

0.0.1-security

9 years ago

1.1.7

9 years ago

1.1.8

9 years ago

1.2.7

10 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.6

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago