https://github.com/ecomfe/stylelint-config
Standard stylelint config for efe team
https://github.com/ecomfe/stylelint-config
Last synced: 11 months ago
JSON representation
Standard stylelint config for efe team
- Host: GitHub
- URL: https://github.com/ecomfe/stylelint-config
- Owner: ecomfe
- License: mit
- Created: 2018-04-20T08:33:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:09:40.000Z (over 3 years ago)
- Last Synced: 2025-06-26T01:48:43.088Z (about 1 year ago)
- Language: JavaScript
- Size: 422 KB
- Stars: 13
- Watchers: 10
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @ecomfe/stylelint-config
EFE团队通用`stylelint`配置。
## 使用方式
在`.stylelintrc`文件中使用:
```json
{
"extends": "@ecomfe/stylelint-config"
}
```