mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 10:35:20 +00:00
24 lines
623 B
JSON
24 lines
623 B
JSON
{
|
|
"cSpell.words": [
|
|
"Unmount",
|
|
"Euroset",
|
|
"QPS"
|
|
],
|
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
|
"prettier.configPath": ".prettierrc",
|
|
"prettier.prettierPath": "node_modules/prettier",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/node_modules": true,
|
|
".cache-loader": true,
|
|
"dist": true,
|
|
".vscode": true,
|
|
"build_utils": true
|
|
},
|
|
} |