1.0.2 • Published 5 months ago

stylelint-config-pub v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

stylelint-config-pub

使用指南

  1. 安装依赖
npm i -D stylelint stylelint-css stylelint-config-pub postcss-html postcss-less postcss-scss -D
  1. 创建配置文件 .stylelintrc.js
  1. 编辑配置文件
module.exports = {
  extends: ['stylelint-config-pub'],
  rules: {
    // 自定义规则
  },
};
  1. 在vscode中编辑时能提示

settings.json

{
  ...
  "stylelint.validate": ["css", "scss", "less", "sass","vue"],
}
1.0.2

5 months ago

1.0.1

5 months ago

2.0.0

5 months ago

1.0.0

5 months ago