# fe-stylelint **Repository Path**: jack.yuan/fe-stylelint ## Basic Information - **Project Name**: fe-stylelint - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-07-26 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stylelint-config-kryfe 在 [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) 基础上拓展的 BUI StyleLint 配置。 ## 使用方法 1. 在 `package.json` 的 `devDependencies` 部分添加 ``` "stylelint-config-kryfe": "https://gitee.com/jack.yuan/fe-stylelint.git", ``` 并执行 `yarn` 安装 2. 在项目的根目录创建 `.stylelintrc.json` 并添加 ``` { "extends": "fe-stylelint" } ``` ## 辅助插件 ### PostCSS-Sorting 官方网站:https://github.com/hudochenkov/postcss-sorting 参考配置文件:本仓库的 `.postcssrc.json` 文件 使用说明:见各编辑器的 PostCSS-Sorting 插件文档 ### Stylefmt 官方网站:https://github.com/morishitter/stylefmt 配置文件:无,Stylefmt 自动读取项目中的 StyleLint 配置 使用说明:见各编辑器的 stylefmt 插件文档