5 Star 16 Fork 5

Gitee 极速下载/jodit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/xdan/jodit
克隆/下载
.stylelintrc 729 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"extends": [
"stylelint-config-standard-less",
"stylelint-config-standard",
"stylelint-config-idiomatic-order",
"stylelint-prettier/recommended"
],
"rules": {
"declaration-property-value-no-unknown": null,
"at-rule-prelude-no-invalid": null,
"at-rule-no-unknown": null,
"prettier/prettier": true,
"media-query-no-invalid": null,
"selector-type-no-unknown": null,
"selector-not-notation": null,
"selector-class-pattern": null,
"no-descending-specificity": null,
"selector-pseudo-element-no-unknown": [
true,
{
"ignorePseudoElements": ["highlight"]
}
],
"property-no-unknown": [
true,
{
"ignoreProperties": ["overflow-scrolling"],
"checkPrefixed": true
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/jodit.git
git@gitee.com:mirrors/jodit.git
mirrors
jodit
jodit
main

搜索帮助