会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
卑面派对
博客园
首页
新随笔
联系
订阅
管理
2023年11月2日
prettier 与 stylelint 冲突之 Delete `;` eslint(prettier/prettier)
摘要: 1、报错 2、解决方案 .stylelintrc.js文件中配置declaration-block-trailing-semicolon, 将stylelint该条规则关闭。 { + 'declaration-block-trailing-semicolon': null }
阅读全文
posted @ 2023-11-02 14:34 卑面派对
阅读(310)
评论(0)
推荐(0)
编辑
此模块是使用 “export =“ 声明的,只能在使用 “allowSyntheticDefaultImports“ 标志时进行默认导入
摘要: tsconfig.json配置 { + "allowSyntheticDefaultImports": true }
阅读全文
posted @ 2023-11-02 10:20 卑面派对
阅读(76)
评论(0)
推荐(0)
编辑
公告