mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
10 lines
280 B
JSON
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"
|
|
}
|