1 Star 0 Fork 0

CheriSh_Meng/vite5-vue3-ts-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.stylelintrc.cjs 946 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lei Liu 提交于 2024-08-22 18:07 +08:00 . [add] 提交代码,当前进度可看md
module.exports = {
extends: [
'stylelint-config-html/vue', // 配置 vue 中 template 样式格式化
'stylelint-config-standard', // 配置stylelint拓展插件
'stylelint-config-standard-scss', // 配置stylelint scss插件
'stylelint-config-recess-order', // 配置stylelint css属性书写顺序插件
'stylelint-config-standard-vue',
'stylelint-config-standard-vue/scss' // 配置 vue 中 scss 样式格式化
],
// 已在.vscode中的settings.json中scss.validate: false配置,无需再配置
// rules: {
// 'at-rule-no-unknown': [
// true,
// {
// ignoreAtRules: ['tailwind', 'apply', 'variants', 'responsive', 'screen']
// }
// ]
// },
overrides: [
{
files: ['**/*.(scss|css|vue|html)'],
customSyntax: 'postcss-scss'
},
{
files: ['**/*.(html|vue)'],
customSyntax: 'postcss-html'
}
],
ignoreFiles: ['**/*.js', '**/*.ts']
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pingm/vite5-vue3-ts-demovvvv.git
git@gitee.com:pingm/vite5-vue3-ts-demovvvv.git
pingm
vite5-vue3-ts-demovvvv
vite5-vue3-ts-demo
master

搜索帮助