[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: update settings json

Vladimir Sheremet (Dec 18, 2023, 4:00 PM +0100) 184f4cc6 5a71eb30

+2 -2
+2 -2
.vscode/settings.json
··· 13 13 14 14 // Auto fix 15 15 "editor.codeActionsOnSave": { 16 - "source.fixAll.eslint": true, 17 - "source.organizeImports": false 16 + "source.fixAll.eslint": "explicit", 17 + "source.organizeImports": "never" 18 18 }, 19 19 20 20 // Silent the stylistic rules in you IDE, but still auto fix them