mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-17 09:46:02 +00:00
9 lines
137 B
JSON
9 lines
137 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
}
|
|
}
|