svgl/.vscode/settings.json

9 lines
239 B
JSON
Raw Normal View History

2023-03-20 00:10:55 +00:00
{
"editor.codeActionsOnSave": {
2023-12-11 13:39:29 +00:00
"source.fixAll.eslint": "explicit"
2023-03-20 00:10:55 +00:00
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"tailwindCSS.experimental.classRegex": [["[\"'`]([^\"'`]*).*?[\"'`]"]]
}