2024-09-21 00:25:20 +08:00
|
|
|
{
|
|
|
|
|
// TailwindCSS Class IntelliSense
|
|
|
|
|
"editor.quickSuggestions": {
|
|
|
|
|
"strings": true
|
|
|
|
|
},
|
|
|
|
|
// ESLint Autofix on Save
|
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
|
"source.fixAll.eslint": "explicit"
|
|
|
|
|
},
|
|
|
|
|
"editor.formatOnSave": false,
|
2024-10-28 10:42:42 +08:00
|
|
|
// Tailwind CSS IntelliSense and avoid warning
|
|
|
|
|
"css.customData": [
|
|
|
|
|
".vscode/tailwindcss.json"
|
|
|
|
|
],
|
2024-09-21 00:25:20 +08:00
|
|
|
}
|