mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-28 01:13:15 +08:00
19 lines
464 B
JSON
19 lines
464 B
JSON
{
|
|
"css.validate": false,
|
|
"editor.formatOnSave": true,
|
|
"editor.tabSize": 2,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit"
|
|
},
|
|
"[css]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
// Tailwind CSS Autocomplete, add more if used in projects
|
|
"tailwindCSS.classAttributes": [
|
|
"class",
|
|
"className",
|
|
"classNames",
|
|
"containerClassName"
|
|
],
|
|
"typescript.preferences.importModuleSpecifier": "non-relative"
|
|
} |