svgl/.vscode/settings.json

9 lines
239 B
JSON
Raw Normal View History

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