我的vscode配置和eslint配置
还是记一下记一下
vscode 配置:
{
"editor.fontSize": 15,
"editor.formatOnType": true,
"workbench.colorCustomizations": {
"colors": "#a33d02",
"activityBar.background": "#a33d02",
"list.list.activeSelectionBackground": "#ff3e03"
},
"workbench.iconTheme": "material-icon-theme",
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
},
"terminal.integrated.fontSize": 15,
"todo-tree.highlights.defaultHighlight": {
"icon": "checklist",
"type": "text",
"foreground": "white",
"background": "#ffab00",
"borderRadius": "2px",
"gutterIcon": true,
"iconColour": "#ffab00"
},
"todo-tree.highlights.customHighlight": {
"FIXME": {
"background": "#FF69B4",
"icon": "alert",
"iconColour": "#FF69B4"
}
},
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"XXX",
"[ ]",
"[x]"
],
"todo-tree.regex.regex": "(//|#|