@7inch/stylelint-config 中文文档教程
@7inch/stylelint-config
Introduction
My stylelint config, it's friendly and works well with scss / tailwind / windicss / element plus/ vant.
Install
npm i stylelint prettier @7inch/stylelint-config -D
Usage
Config .stylelintrc.js
module.exports = {
extends: ["@7inch/stylelint-config"],
};
Config .stylelintignore
dist
public
Add script for package.json
{
"scripts": {
"stylelint": "stylelint \"**/*.{vue,css,scss}\" --fix"
}
}
Config VSCode auto fix
Create .vscode/settings.json
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
}
}
Checkout stylelint for more usage details.
更多
你可能也喜欢
- @0xcert/wanchain-order-gateway 中文文档教程
- @1f8/eslint-config-typescript-nodejs 中文文档教程
- @2003scape/rsc-client 中文文档教程
- @20i/react-component-generator 中文文档教程
- @3yourmind/yoco 中文文档教程
- @a1motion/analytics 中文文档教程
- @aboutbeauties/croncrawler 中文文档教程
- @abraham/pkg-ok 中文文档教程
- @abtasty/google-form-modal 中文文档教程
- @accessible/accordion 中文文档教程