mirror of
https://github.com/theoludwig/html-w3c-validator.git
synced 2024-10-29 22:17:28 +01:00
15 lines
414 B
JSON
15 lines
414 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.preferences.importModuleSpecifierEnding": "js",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"prettier.configPath": ".prettierrc.json",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit"
|
|
},
|
|
"eslint.options": {
|
|
"ignorePath": ".gitignore"
|
|
},
|
|
"prettier.ignorePath": ".gitignore"
|
|
}
|