mirror of
https://github.com/AtHeartEngineer/MetaFest2.git
synced 2026-01-08 20:47:54 -05:00
10 lines
219 B
JSON
10 lines
219 B
JSON
{
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
},
|
|
"eslint.validate": ["javascript"],
|
|
"eslint.workingDirectories": [{ "mode": "auto" }]
|
|
}
|