icynet-auth-server/.vscode/settings.json

17 lines
360 B
JSON
Raw Permalink Normal View History

2022-08-17 18:56:47 +00:00
{
"editor.formatOnSave": true,
"files.insertFinalNewline": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
2022-08-22 18:23:25 +00:00
"eslint.validate": [
"typescript",
"typescriptreact",
"html"
],
2022-08-17 18:56:47 +00:00
"editor.codeActionsOnSave": {
2024-03-12 15:49:06 +00:00
"source.fixAll.eslint": "explicit"
2022-08-22 18:23:25 +00:00
},
"[sql]": {
"editor.defaultFormatter": "adpyke.vscode-sql-formatter"
2022-08-17 18:56:47 +00:00
}
}