next-template/.vscode/settings.json

28 lines
573 B
JSON
Raw Normal View History

{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"search.exclude": {
"package-lock.json": true
},
2024-01-29 15:53:05 -06:00
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
],
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
2023-12-28 09:51:34 -06:00
"source.addMissingImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"cSpell.words": [
2024-01-29 15:53:05 -06:00
"headlessui",
2023-12-28 09:51:34 -06:00
"orbis",
2024-04-01 09:07:56 -06:00
"Orbis",
"orbisapi",
"esnext",
"tailwindcss",
"unoptimized",
2024-01-29 15:53:05 -06:00
],
}