15 lines
338 B
JSON
15 lines
338 B
JSON
{
|
|
// TailwindCSS Class IntelliSense
|
|
"editor.quickSuggestions": {
|
|
"strings": true
|
|
},
|
|
// ESLint Autofix on Save
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"editor.formatOnSave": false,
|
|
// Tailwind CSS IntelliSense and avoid warning
|
|
"css.customData": [
|
|
".vscode/tailwindcss.json"
|
|
],
|
|
} |