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
2022-08-17 21:56:47 +03:00

10 lines
259 B
JSON

{
"editor.formatOnSave": true,
"files.insertFinalNewline": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.validate": ["typescript", "typescriptreact", "html"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}