{
"editor.fontFamily": "Menlo, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 24,
"editor.fontWeight": "500",
"editor.lineHeight": 24,
"editor.lineNumbers": "on",
"editor.minimap.enabled": false,
"editor.renderIndentGuides": false,
"editor.rulers": [120],
"editor.formatOnPaste": true,
"workbench.colorTheme": "One Dark Pro",
"explorer.confirmDelete": false,
"terminal.integrated.fontFamily": "monospace",
"editor.formatOnType": false,
"editor.formatOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "html",
"autoFix": true
},
{
"language": "vue",
"autoFix": true
},
{
"language": "typescript",
"autoFix": true
},
"typescriptreact"
],
"eslint.options": {
"plugins": ["html"]
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"name": "Comments",
"scope": "comment, punctuation.definition.comment",
"settings": {
"fontStyle": ""
}
},
{
"name": "js/ts italic",
"scope": "entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super",
"settings": {
"fontStyle": ""
}
},
{
"name": "js ts this",
"scope": "var.this,variable.language.this.js,variable.language.this.ts,variable.language.this.jsx,variable.language.this.tsx",
"settings": {
"fontStyle": ""
}
}
]
},
"files.autoSave": "off",
"window.zoomLevel": 0,
"terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe",
"search.location": "panel",