codecraft-studio / .vscode /settings.json
Prototype69's picture
give me the files so that i can open project in any other ide
b7c00ac verified
raw
history blame contribute delete
389 Bytes
Invalid JSON: Unexpected token '`', "```json { "... is not valid JSON
```json
{
"editor.tabSize": 2,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.autoSave": "afterDelay",
"workbench.colorTheme": "Default Dark+",
"eslint.validate": ["javascript", "javascriptreact"],
"tailwindCSS.emmetCompletions": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
}
}
```