mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-08 09:45:34 +05:30
8 lines
137 B
JSON
8 lines
137 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
}
|
|
}
|