前端插件使用记录

格式化配置:https://zellwk.com/blog/vscode-2/

TSLint

//关闭额外的分号检查
    
//0:关闭,1:警告,2:异常
    
"semi": 0,
    
//字符串必须使用单引号
    
"quotes": ["error", "single"],

//换行四个空格
 "indent": [true, "spaces", 4],


posted @ 2019-02-19 16:57  oneweek  阅读(183)  评论(0编辑  收藏  举报