/
githubmirror
/
Front-End-Checklist
Обзор
Документация
Войти
/
githubmirror
/
Front-End-Checklist
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.vscode/settings.json
33 строки
855 B
David Dias
chore: new v2 version
30 май 2026, 00:54
30 май 2026, 00:54
7c05904
Код
Авторство
О чём код?
{ "editor.defaultFormatter": "biomejs.biome", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.biome": "explicit", "source.fixAll.tailwindCSS": "explicit", "source.organizeImports.biome": "explicit" }, "typescript.tsdk": "node_modules/typescript/lib", "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/.DS_Store": true, "**/*.log": true, "**/*.tmp": true, "**/*.temp": true, "**/node_modules": true, "**/dist": true, "**/build": true, "**/out": true, "**/.turbo": true, "**/.swc": true, "**/.content-collections": true, "**/.next": true, "**/.pnpm-store": true, "**/.artifacts": true, "**/tsconfig.tsbuildinfo": true, "**/coverage": true, "**/playwright-report": true, "**/test-results": true } }