1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2024-07-20 07:30:11 +02:00
html-w3c-validator/.vscode/settings.json

15 lines
414 B
JSON
Raw Normal View History

2022-01-06 19:52:25 +01:00
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.importModuleSpecifierEnding": "js",
2022-02-19 16:55:36 +01:00
"editor.defaultFormatter": "esbenp.prettier-vscode",
2022-01-06 19:52:25 +01:00
"prettier.configPath": ".prettierrc.json",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
2023-12-26 22:43:05 +01:00
"source.fixAll": "explicit"
},
"eslint.options": {
"ignorePath": ".gitignore"
},
"prettier.ignorePath": ".gitignore"
2022-01-06 19:52:25 +01:00
}