Spaces:
Running
Running
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" | |
| } | |
| } | |
| ``` |