1.4.0 • Published 6 years ago

stylelint-config-yoho v1.4.0

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

6 years ago

0.0.1-security

7 years ago

1.1.7

7 years ago

1.1.8

7 years ago

1.2.7

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.6

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago