UNPKG

etc-fe-stylelint-config

Version:
22 lines (14 loc) 463 B
# etc-fe-markdownlint-config 支持配套的 [stylelint 可共享配置](https://stylelint.io/user-guide/configure)。 ## 安装 需要先行安装 [stylelint](https://www.npmjs.com/package/stylelint) 和 [stylelint-scss](https://www.npmjs.com/package/stylelint-scss): ```bash npm install etc-fe-stylelint-config stylelint stylelint-scss --save-dev ``` ## 使用`.stylelintrc` 中继承本包: ```json { "extends": "etc-fe-stylelint-config" } ```