svgl/.vscode/settings.json

9 lines
233 B
JSON
Raw Normal View History

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