mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
9 lines
233 B
JSON
9 lines
233 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"tailwindCSS.experimental.classRegex": [["[\"'`]([^\"'`]*).*?[\"'`]"]]
|
|
}
|