摘要: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2020-01-16 19:21 liessay 阅读(1067) 评论(0) 推荐(0) 编辑
摘要: //每次保存后自动格式化 "editor.formatOnSave": true, // #每次保存的时候将代码按eslint格式进行修复 "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, // #让函数(名)和后面的括号之间 阅读全文
posted @ 2020-01-16 09:13 liessay 阅读(599) 评论(0) 推荐(1) 编辑