当前位置:网站首页>vscode setting.json
vscode setting.json
2022-07-20 22:29:00 【sniperyan025】
{
//配置eslint
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue"
],
// "eslint.run": "onSave",
"editor.codeActionsOnSave": {
"source.fixAll": true // 保存时使用eslint校验文件
},
"terminal.integrated.defaultProfile.windows": "Git Bash",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
}
}
边栏推荐
- 你必须知道的 4 种 Redis 集群方案及优缺点对比
- 16个你要注意的SQL注入测试点
- 100页幻灯片图解《数据出境安全评估办法》及修订对照(附下载)
- 2.5 亿、巴南区感知体系数据采集、后台分析、雪亮工程网络及运维服务项目:中国电信中标
- 476 万、河北银行定向采购:F5 负载均衡(10 台)
- measureChildren的理解
- Ython + selenium web automation 2022 updated tutorial automated testing software test crawler - Notes blog collation
- scala WordCount案例
- B2B企业的5大数字化转型战略
- Do you need to go to the business department of the securities company to adjust the commission? Is it safe to open an account on your mobile phone
猜你喜欢
随机推荐
GAMES101图形学P11笔记(geometry2)
Typescript函数扩展使用
中国 HCI 软件市场 TOP 10:华为、新华三、深信服、VMware、联想、SmartX、浪潮、青云、路坦力、曙光
39 year old layoff + mortgage (no way to live)
cannot convert parameter 1 from 'class A' to 'class A'
打通了!Jira + Zadig 實現需求與研發過程追踪
Huatai Securities account opening process, is it safe for online customer managers to open accounts
It centralized purchase of Postal Savings Bank of China: servers, arrays, switches, routers, firewalls, etc
Post order traversal sequence of jz33 binary search tree
【每日要闻】谷歌重启AR眼镜计划;马斯克与推特的审判定在今年10月
有哪些高质量的自学网站?
Two hackers gained 2million illegal profits five days after they were released from prison: arrested
《强化学习周刊》第54期:i-Sim2Real、GriddlyJS & 逆强化学习(IRL)最新应用
I heard you want to play minesweeping on your mobile phone? Native JS minesweeping game
16个你要注意的SQL注入测试点
Part 132 deletion in mapping
C#中Internal关键字的总结
Ython + selenium web automation 2022 updated tutorial automated testing software test crawler - Notes blog collation
Scala exercises student scores case
几种常用登录的调试方式