|
5 | 5 | { |
6 | 6 | "plugin": "@nx/js/typescript", |
7 | 7 | "options": { |
8 | | - "typecheck": { |
9 | | - "targetName": "typecheck" |
10 | | - }, |
| 8 | + "typecheck": { "targetName": "typecheck" }, |
11 | 9 | "build": { |
12 | 10 | "targetName": "build", |
13 | 11 | "configName": "tsconfig.lib.json", |
|
16 | 14 | } |
17 | 15 | } |
18 | 16 | }, |
19 | | - { |
20 | | - "plugin": "@nx/jest/plugin", |
21 | | - "options": { |
22 | | - "targetName": "jest" |
23 | | - } |
24 | | - }, |
| 17 | + { "plugin": "@nx/jest/plugin", "options": { "targetName": "jest" } }, |
25 | 18 | "@nx/eslint/plugin", |
26 | 19 | "@nx/playwright/plugin", |
27 | 20 | "@nx/vite/plugin" |
|
33 | 26 | "unitTestRunner": "vitest", |
34 | 27 | "e2eTestRunner": "playwright" |
35 | 28 | }, |
36 | | - "@nx/angular:library": { |
37 | | - "linter": "eslint", |
38 | | - "unitTestRunner": "vitest" |
39 | | - }, |
| 29 | + "@nx/angular:library": { "linter": "eslint", "unitTestRunner": "vitest" }, |
40 | 30 | "@nx/angular:component": { |
41 | 31 | "style": "css", |
42 | 32 | "inlineStyle": true, |
43 | 33 | "inlineTemplate": true, |
44 | 34 | "type": "component" |
45 | 35 | }, |
46 | 36 | "@nx/angular": { |
47 | | - "application": { |
48 | | - "linter": "eslint" |
49 | | - }, |
50 | | - "library": { |
51 | | - "linter": "eslint" |
52 | | - }, |
53 | | - "storybook-configuration": { |
54 | | - "linter": "eslint" |
55 | | - }, |
56 | | - "directive": { |
57 | | - "type": "directive" |
58 | | - }, |
59 | | - "service": { |
60 | | - "type": "service" |
61 | | - }, |
62 | | - "scam": { |
63 | | - "type": "component" |
64 | | - }, |
65 | | - "scam-directive": { |
66 | | - "type": "directive" |
67 | | - }, |
68 | | - "guard": { |
69 | | - "typeSeparator": "." |
70 | | - }, |
71 | | - "interceptor": { |
72 | | - "typeSeparator": "." |
73 | | - }, |
74 | | - "module": { |
75 | | - "typeSeparator": "." |
76 | | - }, |
77 | | - "pipe": { |
78 | | - "typeSeparator": "." |
79 | | - }, |
80 | | - "resolver": { |
81 | | - "typeSeparator": "." |
82 | | - } |
83 | | - }, |
84 | | - "@schematics/angular:component": { |
85 | | - "type": "component" |
86 | | - }, |
87 | | - "@schematics/angular:directive": { |
88 | | - "type": "directive" |
89 | | - }, |
90 | | - "@schematics/angular:service": { |
91 | | - "type": "service" |
92 | | - }, |
93 | | - "@schematics/angular:guard": { |
94 | | - "typeSeparator": "." |
95 | | - }, |
96 | | - "@schematics/angular:interceptor": { |
97 | | - "typeSeparator": "." |
98 | | - }, |
99 | | - "@schematics/angular:module": { |
100 | | - "typeSeparator": "." |
101 | | - }, |
102 | | - "@schematics/angular:pipe": { |
103 | | - "typeSeparator": "." |
104 | | - }, |
105 | | - "@schematics/angular:resolver": { |
106 | | - "typeSeparator": "." |
107 | | - } |
| 37 | + "application": { "linter": "eslint" }, |
| 38 | + "library": { "linter": "eslint" }, |
| 39 | + "storybook-configuration": { "linter": "eslint" }, |
| 40 | + "directive": { "type": "directive" }, |
| 41 | + "service": { "type": "service" }, |
| 42 | + "scam": { "type": "component" }, |
| 43 | + "scam-directive": { "type": "directive" }, |
| 44 | + "guard": { "typeSeparator": "." }, |
| 45 | + "interceptor": { "typeSeparator": "." }, |
| 46 | + "module": { "typeSeparator": "." }, |
| 47 | + "pipe": { "typeSeparator": "." }, |
| 48 | + "resolver": { "typeSeparator": "." } |
| 49 | + }, |
| 50 | + "@schematics/angular:component": { "type": "component" }, |
| 51 | + "@schematics/angular:directive": { "type": "directive" }, |
| 52 | + "@schematics/angular:service": { "type": "service" }, |
| 53 | + "@schematics/angular:guard": { "typeSeparator": "." }, |
| 54 | + "@schematics/angular:interceptor": { "typeSeparator": "." }, |
| 55 | + "@schematics/angular:module": { "typeSeparator": "." }, |
| 56 | + "@schematics/angular:pipe": { "typeSeparator": "." }, |
| 57 | + "@schematics/angular:resolver": { "typeSeparator": "." } |
108 | 58 | }, |
109 | 59 | "targetDefaults": { |
110 | 60 | "build": { |
|
113 | 63 | "cache": true |
114 | 64 | }, |
115 | 65 | "test-ui": { |
116 | | - "inputs": [ |
117 | | - "default", |
118 | | - "^production", |
119 | | - { |
120 | | - "runtime": "env | grep PW" |
121 | | - } |
122 | | - ], |
| 66 | + "inputs": ["default", "^production", { "runtime": "env | grep PW" }], |
123 | 67 | "cache": true |
124 | 68 | }, |
125 | 69 | "@nx/jest:jest": { |
126 | 70 | "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"], |
127 | 71 | "cache": true, |
128 | | - "options": { |
129 | | - "passWithNoTests": true |
130 | | - }, |
131 | | - "configurations": { |
132 | | - "ci": { |
133 | | - "ci": true, |
134 | | - "codeCoverage": true |
135 | | - } |
136 | | - } |
| 72 | + "options": { "passWithNoTests": true }, |
| 73 | + "configurations": { "ci": { "ci": true, "codeCoverage": true } } |
137 | 74 | }, |
138 | 75 | "@nx/eslint:lint": { |
139 | 76 | "inputs": [ |
|
157 | 94 | "!{projectRoot}/eslint.config.mjs" |
158 | 95 | ] |
159 | 96 | }, |
160 | | - "nxCloudId": "68d46679bd4038601a660428" |
| 97 | + "nxCloudId": "690640bab43dd482385f6d97" |
161 | 98 | } |
0 commit comments