16 lines
369 B
JSON
16 lines
369 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|