文件名称:stylelint-config:一种可共享的stylelint配置,用于增强thinkbot的Sass指南
文件大小:9KB
文件格式:ZIP
更新时间:2024-02-19 21:22:15
stylelint css sass scss stylelint-config
thinkbot stylelint配置 一种可共享的配置,用于强制 。 安装 如果使用npm ,请运行: npm install @thoughtbot/stylelint-config --save-dev 如果使用Yarn ,请运行: yarn add @thoughtbot/stylelint-config --dev 用法 将您的设置为: { " extends " : " @thoughtbot/stylelint-config " } 您可以通过在rules属性中设置自己的值来覆盖共享配置中的rules : { " extends " : " @thoughtbot/stylelint-config " , " rules " : { " string-quotes " : " single " } } 您还可以通过将规则的值设置为null来关闭规则: { " extends " : " @thoughtbot/stylelint-config " , " rules " : { " string-quotes "
【文件预览】:
stylelint-config-master
----.node-version(8B)
----RELEASING.md(936B)
----LICENSE.md(1KB)
----README.md(2KB)
----CODE_OF_CONDUCT.md(169B)
----.gitignore(20B)
----index.js(4KB)
----CHANGELOG.md(6KB)
----package-lock.json(8KB)
----package.json(679B)