1 Star 1 Fork 1

coolphk/webpack5-mobx6-typescript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.stylelintrc.js 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
// @ts-nocheck
module.exports = {
extends: ['prettier-stylelint/config.js', 'stylelint-prettier/recommended'],
plugins: ['stylelint-order'],
rules: {
'prettier/prettier': true,
'selector-pseudo-class-no-unknown': [true, { ignorePseudoClasses: ['global', 'local', 'export'] }],
'property-no-unknown': [true, { ignoreProperties: ['composes', '/^var/'] }],
'order/order': ['custom-properties', 'declarations'],
'order/properties-alphabetical-order': true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lphkasl/webpack5-mobx6-typescript.git
[email protected]:lphkasl/webpack5-mobx6-typescript.git
lphkasl
webpack5-mobx6-typescript
webpack5-mobx6-typescript
master

搜索帮助