next-app-template/.vscode/settings.json

42 lines
795 B
JSON

{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"search.exclude": {
"package-lock.json": true
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
],
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.addMissingImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"cSpell.words": [
"anio",
"CATALOGOS",
"compania",
"datatable",
"descripcion",
"direccion",
"esnext",
"guatemala",
"headlessui",
"orbis",
"Orbis",
"orbisapi",
"REFCURSOR",
"rosetta",
"sesion",
"Sesion",
"SQLERRM",
"tailwindcss",
"toastify",
"ubicacion",
"unoptimized"
],
}