1 Star 1 Fork 5

Alex/ShopSuite管理端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.stylelintrc.js 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
xinze 提交于 2024-07-26 16:42 . init
module.exports = {
extends: ['stylelint-config-recess-order', 'stylelint-config-prettier'],
overrides: [
{
files: ['.js', '.jsx', '.ts'].flatMap((ext) => [`*${ext}`, `**/*${ext}`]),
customSyntax: '@stylelint/postcss-css-in-js',
},
{
files: ['.vue', '.htm', '.html'].flatMap((ext) => [
`*${ext}`,
`**/*${ext}`,
]),
customSyntax: 'postcss-html',
},
{
files: ['.md', '.markdown'].flatMap((ext) => [`*${ext}`, `**/*${ext}`]),
customSyntax: 'postcss-markdown',
},
{
files: ['**/*.scss'],
customSyntax: 'postcss-scss',
},
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hxinze/shopsuite-admin.git
git@gitee.com:hxinze/shopsuite-admin.git
hxinze
shopsuite-admin
ShopSuite管理端
master

搜索帮助