library-template/.vscode/settings.json

16 lines
369 B
JSON
Raw Permalink Normal View History

2024-01-21 14:13:07 -06:00
{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"search.exclude": {
"package-lock.json": true
},
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.addMissingImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"cSpell.words": [
"headlessui"
]
}