/
ashipov
/
react
Обзор
Документация
Войти
/
ashipov
/
react
Код
Запросы
0
Задачи 2.0
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
react.code-workspace
30 строк
670 B
Vitali Zaidman
created a vscode workspace file for the repo (#29830)
13 июн 2024, 18:23
Не верифицирован
13 июн 2024, 18:23
dfd3097
Код
Авторство
О чём код?
{ "folders": [ { "path": "." } ], "extensions": { "recommendations": [ "dbaeumer.vscode-eslint", "editorconfig.editorconfig", "esbenp.prettier-vscode", "flowtype.flow-for-vscode" ] }, "settings": { "search.exclude": { "**/dist/**": true, "**/build/**": true, "**/out/**": true, "*.map": true, "*.log": true }, "javascript.validate.enable": false, "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "flow.pathToFlow": "${workspaceFolder}/node_modules/.bin/flow", "prettier.configPath": "", "prettier.ignorePath": "" } }