Skip to content

front-end-study-program/stylelint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@study-sea/stylelint-config-recommended

针对不同文件的样式格式化共享规则

使用

  pnpm i stylelint @study-sea/stylelint-config-recommended --save-dev
// .stylelintrc
{
  "extends": [
    "@study-sea/stylelint-config-recommended"
  ]
}