mirror of
https://github.com/vercel/commerce.git
synced 2025-05-22 17:37:00 +00:00
19 lines
462 B
JSON
19 lines
462 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.rulers": [100],
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"eslint.alwaysShowStatus": true,
|
|
"eslint.format.enable": true,
|
|
"prettier.singleQuote": true,
|
|
"prettier.tabWidth": 2,
|
|
"prettier.semi": false,
|
|
"prettier.trailingComma": "es5",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|