This repository has been archived on 2024-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
icynet-auth-server/.vscode/settings.json

17 lines
360 B
JSON
Raw Normal View History

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