mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-13 16:34:45 +00:00
13 lines
194 B
JSON
13 lines
194 B
JSON
{
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
{
|
|
"language": "vue",
|
|
"autoFix": true
|
|
}
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"eslint.autoFixOnSave": true
|
|
}
|