mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
# Conflicts: # webapp/components/Notification/Notification.vue # webapp/components/NotificationsTable/NotificationsTable.vue
15 lines
234 B
JSON
15 lines
234 B
JSON
{
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
{
|
|
"language": "vue",
|
|
"autoFix": true
|
|
}
|
|
],
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
}
|