Files
passkit-generator/.vscode/settings.json
2024-10-18 20:18:56 +02:00

10 lines
280 B
JSON

{
"editor.tabSize": 4,
"editor.formatOnSave": true,
"editor.insertSpaces": false,
"editor.smoothScrolling": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"jest.jestCommandLine": "NODE_OPTIONS=\"--warnings\" pnpm jest -c jest.config.cjs --runInBand --silent"
}