Files
cstb-next/.vscode/settings.json

11 lines
231 B
JSON
Raw Normal View History

{
// TailwindCSS Class IntelliSense
"editor.quickSuggestions": {
"strings": true
},
// ESLint Autofix on Save
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": false,
}