mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 23:16:59 +00:00
simplify
This commit is contained in:
parent
bbaae54085
commit
18f9b28926
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
@ -1,18 +1,4 @@
|
||||
{
|
||||
"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"
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user