1 Star 49 Fork 14

zhouyk/uniapp+vite+vue3+pinia+ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
stylelint.config.js 997 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhouyk 提交于 2025-03-04 11:53 +08:00 . feat: 更新配置
/*
* @Author: 周艳凯 484894717@qq.com
* @Date: 2025-03-04 09:25:09
* @LastEditors: 周艳凯 484894717@qq.com
* @LastEditTime: 2025-03-04 11:47:11
* @FilePath: \BusStopBoard.Webd:\360MoveData\Users\75041\Desktop\uniapp框架\uniapp-vite-vue3-pinia-ts\stylelint.config.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
module.exports = {
extends: [
'stylelint-config-standard-scss',
'stylelint-config-recommended-vue/scss',
'stylelint-order',
'stylelint-config-recess-order',
'stylelint-prettier',
],
customSyntax: 'postcss-html',
rules: {
'max-nesting-depth': 2,
'declaration-no-important': null,
'declaration-property-value-no-unknown': null,
'unit-no-unknown': [
true,
{
ignoreUnits: ['rpx'],
},
],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhou-yankai/uniapp-vite-vue3-pinia-ts.git
git@gitee.com:zhou-yankai/uniapp-vite-vue3-pinia-ts.git
zhou-yankai
uniapp-vite-vue3-pinia-ts
uniapp+vite+vue3+pinia+ts
master

搜索帮助