mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-08 06:13:53 -05:00
16 lines
434 B
JSON
16 lines
434 B
JSON
{
|
|
"[javascript][typescript][json][jsonc][markdown][yaml]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[javascript][typescript]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
}
|
|
},
|
|
"eslint.validate": ["javascript", "typescript"],
|
|
"editor.formatOnSave": true,
|
|
"editor.renderWhitespace": "all",
|
|
"files.trimTrailingWhitespace": true
|
|
}
|