json Stylelint配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json Stylelint配置相关的知识,希望对你有一定的参考价值。
{
"processors": ["stylelint-processor-styled-components"],
"extends": [
"stylelint-config-standard",
"stylelint-config-styled-components"
],
"syntax": "scss",
"rules": {
"declaration-block-semicolon-newline-after": null,
"rule-empty-line-before": null,
"no-descending-specificity": null,
"value-list-max-empty-lines": null,
"declaration-colon-newline-after": null,
"comment-empty-line-before": null
}
}
{
"devDependencies": {
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.5.2"
}
}
以上是关于json Stylelint配置的主要内容,如果未能解决你的问题,请参考以下文章
stylelint
json stylelint规则 - 属性 - 订单example.json
json Stylelint
配置eslint流程
在 Nuxt js 项目中配置 stylelint 文件
在Nuxt js项目中配置stylelint文件