authenzify
Version:
server to manage authentication authorization of users and more
19 lines (15 loc) • 452 B
JSON
{
"explorer.sortOrder": "filesFirst",
"explorer.openEditors.visible": 0,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.validate.enable": false,
"javascript.implicitProjectConfig.checkJs": true,
"eslint.validate": ["javascript"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}