0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-03 23:09:17 -05:00
verdaccio/.vscode/settings.json

16 lines
295 B
JSON
Raw Normal View History

// Place your settings in this file to overwrite default and user settings.
{
"eslint.validate": [
"javascript",
"typescript"
],
"files.exclude": {
"**/.idea": false,
"**/coverage": true
},
"editor.formatOnSave": true,
"search.exclude": {
"**/.yarn": true,
}
}