svgl/.vscode/settings.json

9 lines
233 B
JSON
Raw Normal View History

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