mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
8a8a3307a1
* feat!: using new plugin loader Already implemented here https://github.com/verdaccio/verdaccio/pull/3370 * format * Update index.ts * update ci * fix workflow * Update e2e-angular-cli-workflow.yml * Update e2e-jest-workflow.yml * ci * test * Create e2e-audit-workflow.yml * Create e2e-next-cli-workflow.yml * Delete e2e-next-cli-workflow.yml * chore: replace storage plugin loader * Update local-storage.spec.ts * remove cache * auth plugin loader * format
15 lines
295 B
JSON
15 lines
295 B
JSON
// 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,
|
|
}
|
|
}
|