12345678910111213141516171819202122 |
- {
- "editor.codeActionsOnSave": {
- "source.fixAll": "explicit",
- "source.organizeImports": "explicit",
- "source.fixAll.eslint": "explicit",
- "source.fixAll.prettier": "explicit"
- },
- "editor.formatOnSave": true,
- "editor.defaultFormatter": "esbenp.prettier-vscode",
- "css.customData": [".vscode/tailwind.json"],
- "cSpell.words": [
- "confirmnewpassword",
- "newpassword",
- "partialize",
- "svgr",
- "tseslint"
- ],
- "typescript.tsdk": "node_modules/typescript/lib",
- "[typescript]": {
- "editor.defaultFormatter": "vscode.typescript-language-features"
- }
- }
|