mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
- Updated @nx/js from 20.4.6 to 20.8.1 - Updated angular-eslint from 19.1.0 to 19.2.0 - Added path mapping for @isa/common/print in tsconfig.base.json - Added path mapping for @isa/ui/dialog in tsconfig.base.json - Added path mapping for @isa/ui/list in tsconfig.base.json
94 lines
2.2 KiB
JSON
94 lines
2.2 KiB
JSON
{
|
|
"editor.accessibilitySupport": "off",
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"exportall.config.exclude": [".test.", ".spec.", ".stories."],
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"eslint.validate": [
|
|
"json"
|
|
],
|
|
"[html]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"exportall.config.folderListener": [
|
|
"/libs/oms/data-access/src/lib/models",
|
|
"/libs/oms/data-access/src/lib/schemas",
|
|
"/libs/catalogue/data-access/src/lib/models",
|
|
"/libs/common/data-access/src/lib/models",
|
|
"/libs/common/data-access/src/lib/error",
|
|
"/libs/oms/data-access/src/lib/errors/return-process"
|
|
],
|
|
"github.copilot.chat.commitMessageGeneration.instructions": [
|
|
{
|
|
"file": ".github/commit-instructions.md"
|
|
}
|
|
],
|
|
"github.copilot.chat.codeGeneration.instructions": [
|
|
{
|
|
"file": ".github/copilot-instructions.md"
|
|
},
|
|
{
|
|
"file": "docs/tech-stack.md"
|
|
},
|
|
{
|
|
"file": "docs/guidelines/code-style.md"
|
|
},
|
|
{
|
|
"file": "docs/guidelines/project-structure.md"
|
|
},
|
|
{
|
|
"file": "docs/guidelines/state-management.md"
|
|
},
|
|
{
|
|
"file": "docs/guidelines/testing.md"
|
|
}
|
|
],
|
|
"github.copilot.chat.testGeneration.instructions": [
|
|
{
|
|
"file": ".github/copilot-instructions.md"
|
|
},
|
|
{
|
|
"file": ".github/testing-instructions.md"
|
|
},
|
|
{
|
|
"file": "docs/tech-stack.md"
|
|
},
|
|
{
|
|
"file": "docs/guidelines/code-style.md"
|
|
},
|
|
{
|
|
"file": "docs/guidelines/testing.md"
|
|
}
|
|
],
|
|
"github.copilot.chat.reviewSelection.instructions": [
|
|
{
|
|
"file": ".github/copilot-instructions.md"
|
|
},
|
|
{
|
|
"file": ".github/review-instructions.md"
|
|
},
|
|
{
|
|
"file": "docs/tech-stack.md"
|
|
},
|
|
{
|
|
"file": "docs/guidelines/code-style.md"
|
|
},
|
|
{
|
|
"file": "docs/guidelines/project-structure.md"
|
|
},
|
|
{
|
|
"file": "docs/guidelines/state-management.md"
|
|
},
|
|
{
|
|
"file": "docs/guidelines/testing.md"
|
|
}
|
|
],
|
|
"nxConsole.generateAiAgentRules": true,
|
|
}
|