摘要:
原文链接:https://www.cnblogs.com/zhangdongfang/p/12346883.html 1.引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-sta 阅读全文
摘要:
eslint插件会检测是否写了分号,写了分号就报错,那么我们就设置一个文件 ".prettierrc" 文件在里面写 "semi": false 从而在格式化代码的时候自动将分号去掉; 写 "singleQuote": true 将双引号全部改成单引号 VSCode格式化代码快捷键是shift+al 阅读全文