@duetds/cli 4.0.51 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/package.json +2 -2
  2. package/templates/angular/13.2.4/src/tests/playwright/playwright.test.ts-snapshots/angular-5-chromium-darwin.png +0 -0
  3. package/templates/angular/14.2.12/src/tests/playwright/playwright.test.ts-snapshots/angular-5-chromium-darwin.png +0 -0
  4. package/templates/angular/15.0.4/src/tests/playwright/playwright.test.ts-snapshots/angular-5-chromium-darwin.png +0 -0
  5. package/templates/angular/16.2.0/package.file +1 -1
  6. package/templates/angular/16.2.0/src/tests/playwright/playwright.test.ts-snapshots/angular-5-chromium-darwin.png +0 -0
  7. package/templates/angular/17.0.0/package.file +2 -2
  8. package/templates/angular/17.0.0/src/app/app.module.ts +10 -1
  9. package/templates/angular/17.0.0/src/app/investment-amount/investment-amount.component.html +2 -0
  10. package/templates/angular/17.0.0/src/app/investment-amount/investment-amount.component.ts +2 -12
  11. package/templates/angular/17.0.0/src/app/investment-origin/investment-origin.component.html +8 -8
  12. package/templates/angular/17.0.0/src/app/investment-origin/investment-origin.component.ts +2 -21
  13. package/templates/angular/17.0.0/src/app/value-accessors.ts +147 -0
  14. package/templates/angular/17.0.0/src/tests/playwright/playwright.test.ts-snapshots/angular-5-chromium-darwin.png +0 -0
  15. package/templates/angular/{12.2.16 → 18.1.0}/.eslintrc.json +3 -2
  16. package/templates/angular/{12.2.16 → 18.1.0}/angular.json +16 -0
  17. package/templates/angular/18.1.0/package.file +59 -0
  18. package/templates/angular/{12.2.16 → 18.1.0}/src/app/app.component.html +1 -1
  19. package/templates/angular/{12.2.16 → 18.1.0}/src/app/app.module.ts +14 -5
  20. package/templates/angular/{12.2.16 → 18.1.0}/src/app/index-page/index-page.component.ts +1 -1
  21. package/templates/angular/{12.2.16 → 18.1.0}/src/app/investment-amount/investment-amount.component.ts +1 -1
  22. package/templates/angular/{12.2.16 → 18.1.0}/src/app/investment-origin/investment-origin.component.html +1 -1
  23. package/templates/angular/{12.2.16 → 18.1.0}/src/app/investment-origin/investment-origin.component.ts +2 -1
  24. package/templates/angular/18.1.0/src/app/value-accessors.ts +147 -0
  25. package/templates/angular/{12.2.16 → 18.1.0}/src/main.ts +6 -0
  26. package/templates/angular/{12.2.16 → 18.1.0}/src/polyfills.ts +1 -1
  27. package/templates/angular/{12.2.16 → 18.1.0}/src/styles.scss +2 -2
  28. package/templates/angular/18.1.0/src/tests/playwright/playwright.test.ts-snapshots/angular-5-chromium-darwin.png +0 -0
  29. package/templates/angular/18.1.0/tsconfig.json +9 -0
  30. package/templates/react/16.14.0/package.file +1 -1
  31. package/templates/react/19rc/LICENSE.md +29 -0
  32. package/templates/react/19rc/README.md +54 -0
  33. package/templates/react/19rc/package-lock.json +10713 -0
  34. package/templates/react/19rc/package.file +39 -0
  35. package/templates/react/19rc/playwright.config.mjs +26 -0
  36. package/templates/react/19rc/public/assets/img/android-chrome-192x192.png +0 -0
  37. package/templates/react/19rc/public/assets/img/apple-touch-icon-180x180.png +0 -0
  38. package/templates/react/19rc/public/assets/img/splash-screen-icon-512x512.png +0 -0
  39. package/templates/react/19rc/public/favicon.ico +0 -0
  40. package/templates/react/19rc/public/index.html +48 -0
  41. package/templates/react/19rc/public/manifest.json +19 -0
  42. package/templates/react/19rc/src/App.js +140 -0
  43. package/templates/react/19rc/src/components/Footer.js +23 -0
  44. package/templates/react/19rc/src/components/Header.js +6 -0
  45. package/templates/react/19rc/src/components/InvestmentAmount.js +129 -0
  46. package/templates/react/19rc/src/components/InvestmentOrigin.js +88 -0
  47. package/templates/react/19rc/src/components/Summary.js +87 -0
  48. package/templates/react/19rc/src/index.js +17 -0
  49. package/templates/react/19rc/src/index.scss +2 -0
  50. package/templates/react/19rc/src/serviceWorker.js +141 -0
  51. package/templates/react/19rc/src/tests/playwright/playwright.test.mjs +54 -0
  52. package/templates/react/19rc/src/tests/playwright/playwright.test.mjs-snapshots/app-1-chromium-darwin.png +0 -0
  53. package/templates/react/19rc/src/tests/playwright/playwright.test.mjs-snapshots/app-2-chromium-darwin.png +0 -0
  54. package/templates/react/19rc/src/tests/playwright/playwright.test.mjs-snapshots/app-3-chromium-darwin.png +0 -0
  55. package/templates/react/19rc/src/tests/playwright/playwright.test.mjs-snapshots/app-4-chromium-darwin.png +0 -0
  56. package/templates/{angular/12.2.16/src/tests/playwright/playwright.test.ts-snapshots/angular-5-chromium-darwin.png → react/19rc/src/tests/playwright/playwright.test.mjs-snapshots/app-5-chromium-darwin.png} +0 -0
  57. package/templates/react/19rc/src/tests/playwright/playwright.test.mjs-snapshots/code-chromium-darwin.json +16 -0
  58. package/templates/angular/12.2.16/package.file +0 -58
  59. package/templates/angular/12.2.16/tsconfig.json +0 -8
  60. package/templates/angular/12.2.16/tslint.json +0 -92
  61. /package/templates/angular/{12.2.16 → 18.1.0}/.browserlistrc +0 -0
  62. /package/templates/angular/{12.2.16 → 18.1.0}/.depcheckrc +0 -0
  63. /package/templates/angular/{12.2.16 → 18.1.0}/.editorconfig +0 -0
  64. /package/templates/angular/{12.2.16 → 18.1.0}/.prettierignore +0 -0
  65. /package/templates/angular/{12.2.16 → 18.1.0}/.prettierrc +0 -0
  66. /package/templates/angular/{12.2.16 → 18.1.0}/LICENSE.md +0 -0
  67. /package/templates/angular/{12.2.16 → 18.1.0}/README.md +0 -0
  68. /package/templates/angular/{12.2.16 → 18.1.0}/config/jest.base.ts +0 -0
  69. /package/templates/angular/{12.2.16 → 18.1.0}/config/jest.setup.ts +0 -0
  70. /package/templates/angular/{12.2.16 → 18.1.0}/playwright.config.ts +0 -0
  71. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/agreement.model.ts +0 -0
  72. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/app-routing.module.ts +0 -0
  73. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/app.component.scss +0 -0
  74. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/app.component.ts +0 -0
  75. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/currency-formatter.service.ts +0 -0
  76. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/footer/footer.component.html +0 -0
  77. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/footer/footer.component.scss +0 -0
  78. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/footer/footer.component.ts +0 -0
  79. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/header/header.component.html +0 -0
  80. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/header/header.component.scss +0 -0
  81. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/header/header.component.ts +0 -0
  82. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/index-page/index-page.component.html +0 -0
  83. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/index-page/index-page.component.scss +0 -0
  84. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/investment-amount/investment-amount.component.html +0 -0
  85. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/investment-amount/investment-amount.component.scss +0 -0
  86. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/investment-origin/investment-origin.component.scss +0 -0
  87. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/summary/summary.component.html +0 -0
  88. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/summary/summary.component.scss +0 -0
  89. /package/templates/angular/{12.2.16 → 18.1.0}/src/app/summary/summary.component.ts +0 -0
  90. /package/templates/angular/{12.2.16 → 18.1.0}/src/assets/.gitkeep +0 -0
  91. /package/templates/angular/{12.2.16 → 18.1.0}/src/assets/img/android-chrome-192x192.png +0 -0
  92. /package/templates/angular/{12.2.16 → 18.1.0}/src/assets/img/apple-touch-icon-180x180.png +0 -0
  93. /package/templates/angular/{12.2.16 → 18.1.0}/src/assets/img/splash-screen-icon-512x512.png +0 -0
  94. /package/templates/angular/{12.2.16 → 18.1.0}/src/environments/environment.prod.ts +0 -0
  95. /package/templates/angular/{12.2.16 → 18.1.0}/src/environments/environment.ts +0 -0
  96. /package/templates/angular/{12.2.16 → 18.1.0}/src/favicon.ico +0 -0
  97. /package/templates/angular/{12.2.16 → 18.1.0}/src/index.html +0 -0
  98. /package/templates/angular/{12.2.16 → 18.1.0}/src/manifest.json +0 -0
  99. /package/templates/angular/{12.2.16 → 18.1.0}/src/tests/app.test.ts +0 -0
  100. /package/templates/angular/{12.2.16 → 18.1.0}/src/tests/playwright/playwright.test.ts +0 -0
  101. /package/templates/angular/{12.2.16 → 18.1.0}/src/tests/playwright/playwright.test.ts-snapshots/angular-1-chromium-darwin.png +0 -0
  102. /package/templates/angular/{12.2.16 → 18.1.0}/src/tests/playwright/playwright.test.ts-snapshots/angular-2-chromium-darwin.png +0 -0
  103. /package/templates/angular/{12.2.16 → 18.1.0}/src/tests/playwright/playwright.test.ts-snapshots/angular-3-chromium-darwin.png +0 -0
  104. /package/templates/angular/{12.2.16 → 18.1.0}/src/tests/playwright/playwright.test.ts-snapshots/angular-4-chromium-darwin.png +0 -0
  105. /package/templates/angular/{12.2.16 → 18.1.0}/src/tests/playwright/playwright.test.ts-snapshots/code-chromium-darwin.json +0 -0
  106. /package/templates/angular/{12.2.16 → 18.1.0}/src/utils/string.utils.ts +0 -0
  107. /package/templates/angular/{12.2.16 → 18.1.0}/tsconfig.app.json +0 -0
  108. /package/templates/angular/{12.2.16 → 18.1.0}/tsconfig.base.json +0 -0
  109. /package/templates/angular/{12.2.16 → 18.1.0}/tsconfig.spec.json +0 -0
@@ -0,0 +1,141 @@
1
+ // This optional code is used to register a service worker.
2
+ // register() is not called by default.
3
+
4
+ // This lets the app load faster on subsequent visits in production, and gives
5
+ // it offline capabilities. However, it also means that developers (and users)
6
+ // will only see deployed updates on subsequent visits to a page, after all the
7
+ // existing tabs open on the page have been closed, since previously cached
8
+ // resources are updated in the background.
9
+
10
+ // To learn more about the benefits of this model and instructions on how to
11
+ // opt-in, read https://bit.ly/CRA-PWA
12
+
13
+ const isLocalhost = Boolean(
14
+ window.location.hostname === 'localhost' ||
15
+ // [::1] is the IPv6 localhost address.
16
+ window.location.hostname === '[::1]' ||
17
+ // 127.0.0.0/8 are considered localhost for IPv4.
18
+ window.location.hostname.match(
19
+ /^127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/
20
+ )
21
+ );
22
+
23
+ export function register(config) {
24
+ if (process.env.NODE_ENV === 'production' && 'serviceWorker' in navigator) {
25
+ // The URL constructor is available in all browsers that support SW.
26
+ const publicUrl = new URL(process.env.PUBLIC_URL, window.location.href);
27
+ if (publicUrl.origin !== window.location.origin) {
28
+ // Our service worker won't work if PUBLIC_URL is on a different origin
29
+ // from what our page is served on. This might happen if a CDN is used to
30
+ // serve assets; see https://github.com/facebook/create-react-app/issues/2374
31
+ return;
32
+ }
33
+
34
+ window.addEventListener('load', () => {
35
+ const swUrl = `${process.env.PUBLIC_URL}/service-worker.js`;
36
+
37
+ if (isLocalhost) {
38
+ // This is running on localhost. Let's check if a service worker still exists or not.
39
+ checkValidServiceWorker(swUrl, config);
40
+
41
+ // Add some additional logging to localhost, pointing developers to the
42
+ // service worker/PWA documentation.
43
+ navigator.serviceWorker.ready.then(() => {
44
+ console.log(
45
+ 'This web app is being served cache-first by a service ' +
46
+ 'worker. To learn more, visit https://bit.ly/CRA-PWA'
47
+ );
48
+ });
49
+ } else {
50
+ // Is not localhost. Just register service worker
51
+ registerValidSW(swUrl, config);
52
+ }
53
+ });
54
+ }
55
+ }
56
+
57
+ function registerValidSW(swUrl, config) {
58
+ navigator.serviceWorker
59
+ .register(swUrl)
60
+ .then(registration => {
61
+ registration.onupdatefound = () => {
62
+ const installingWorker = registration.installing;
63
+ if (installingWorker == null) {
64
+ return;
65
+ }
66
+ installingWorker.onstatechange = () => {
67
+ if (installingWorker.state === 'installed') {
68
+ if (navigator.serviceWorker.controller) {
69
+ // At this point, the updated precached content has been fetched,
70
+ // but the previous service worker will still serve the older
71
+ // content until all client tabs are closed.
72
+ console.log(
73
+ 'New content is available and will be used when all ' +
74
+ 'tabs for this page are closed. See https://bit.ly/CRA-PWA.'
75
+ );
76
+
77
+ // Execute callback
78
+ if (config && config.onUpdate) {
79
+ config.onUpdate(registration);
80
+ }
81
+ } else {
82
+ // At this point, everything has been precached.
83
+ // It's the perfect time to display a
84
+ // "Content is cached for offline use." message.
85
+ console.log('Content is cached for offline use.');
86
+
87
+ // Execute callback
88
+ if (config && config.onSuccess) {
89
+ config.onSuccess(registration);
90
+ }
91
+ }
92
+ }
93
+ };
94
+ };
95
+ })
96
+ .catch(error => {
97
+ console.error('Error during service worker registration:', error);
98
+ });
99
+ }
100
+
101
+ function checkValidServiceWorker(swUrl, config) {
102
+ // Check if the service worker can be found. If it can't reload the page.
103
+ fetch(swUrl, {
104
+ headers: { 'Service-Worker': 'script' },
105
+ })
106
+ .then(response => {
107
+ // Ensure service worker exists, and that we really are getting a JS file.
108
+ const contentType = response.headers.get('content-type');
109
+ if (
110
+ response.status === 404 ||
111
+ (contentType != null && contentType.indexOf('javascript') === -1)
112
+ ) {
113
+ // No service worker found. Probably a different app. Reload the page.
114
+ navigator.serviceWorker.ready.then(registration => {
115
+ registration.unregister().then(() => {
116
+ window.location.reload();
117
+ });
118
+ });
119
+ } else {
120
+ // Service worker found. Proceed as normal.
121
+ registerValidSW(swUrl, config);
122
+ }
123
+ })
124
+ .catch(() => {
125
+ console.log(
126
+ 'No internet connection found. App is running in offline mode.'
127
+ );
128
+ });
129
+ }
130
+
131
+ export function unregister() {
132
+ if ('serviceWorker' in navigator) {
133
+ navigator.serviceWorker.ready
134
+ .then(registration => {
135
+ registration.unregister();
136
+ })
137
+ .catch(error => {
138
+ console.error(error.message);
139
+ });
140
+ }
141
+ }
@@ -0,0 +1,54 @@
1
+ import { test, expect } from '@playwright/test';
2
+
3
+ test.use({
4
+ viewport: { width: 1800, height: 2500 },
5
+ bypassCSP: true,
6
+ deviceScaleFactor: 1,
7
+ })
8
+
9
+
10
+ test('app', async ({ page }, testInfo) => {
11
+ await page.waitForLoadState("networkidle") // This resolves after 'networkidle'
12
+ await page.waitForTimeout(1000 * testInfo.retry + 1)
13
+ await page.setViewportSize({ width: 1600, height: 1200 })
14
+
15
+
16
+ // initial loading
17
+ await page.goto("http://localhost:3000/");
18
+ await page.locator('select');
19
+ expect(await page.screenshot()).toMatchSnapshot("app_1.png");
20
+
21
+
22
+ // Select 2
23
+ await page.locator('select').selectOption('2');
24
+ await page.waitForLoadState("networkidle")
25
+ expect(await page.screenshot()).toMatchSnapshot("app_2.png");
26
+
27
+
28
+
29
+ // Click input[type="number"]
30
+ await page.locator('input[type="number"]').click();
31
+ await page.locator('input[type="number"]').fill('500');
32
+ await page.locator('#step1').click();
33
+ await page.waitForLoadState("networkidle")
34
+ expect(await page.screenshot()).toMatchSnapshot("app_3.png");
35
+
36
+
37
+ // summary loading
38
+ await page.locator('#step2').click();
39
+ await page.waitForLoadState("networkidle")
40
+ expect(await page.screenshot()).toMatchSnapshot("app_4.png");
41
+
42
+
43
+ // summary displaying
44
+ await page.locator('#step3').click();
45
+ await page.waitForLoadState("networkidle") // This resolves after 'networkidle'
46
+ expect(await page.screenshot()).toMatchSnapshot("app_5.png");
47
+
48
+
49
+
50
+ // Click code, store json
51
+ await page.locator('pre').click();
52
+ expect(await page.textContent('pre')).toMatchSnapshot('code.json');
53
+
54
+ });
@@ -0,0 +1,16 @@
1
+ {
2
+ "investmentAmount": {
3
+ "agreement": "2",
4
+ "additionalInvestment": 500
5
+ },
6
+ "investmentOrigin": {
7
+ "salary": false,
8
+ "gift": false,
9
+ "heritage": false,
10
+ "entrepreneurialIncome": false,
11
+ "assets": false,
12
+ "otherIncome": false,
13
+ "investment": false,
14
+ "extras": ""
15
+ }
16
+ }
@@ -1,58 +0,0 @@
1
- {
2
- "name": "duet-angular-template",
3
- "version": "13.2.4",
4
- "scripts": {
5
- "ng": "ng",
6
- "start": "ng lint; npm run serve",
7
- "serve": "ng serve --host=0.0.0.0 --poll 500 --disableHostCheck=true",
8
- "serve:daemon": "ng serve --host=0.0.0.0 --poll 500 --disableHostCheck=true &",
9
- "build": "ng build",
10
- "test": "ng test --watch=true --source-map=true --code-coverage --browsers Chrome",
11
- "test:ci": "DEBUG=pw:webserver npx playwright test",
12
- "lint": "ng lint"
13
- },
14
- "private": true,
15
- "dependencies": {
16
- "@angular/animations": "12.2.16",
17
- "@angular/common": "12.2.16",
18
- "@angular/compiler": "12.2.16",
19
- "@angular/core": "12.2.16",
20
- "@angular/forms": "12.2.16",
21
- "@angular/platform-browser": "12.2.16",
22
- "@angular/platform-browser-dynamic": "12.2.16",
23
- "@angular/router": "12.2.16",
24
- "@duetds/angular": "latest",
25
- "@duetds/css": "latest",
26
- "@duetds/icons": "latest",
27
- "@duetds/tokens": "latest",
28
- "rxjs": "7.5.4",
29
- "tslib": "2.3.1",
30
- "zone.js": "0.11.4"
31
- },
32
- "devDependencies": {
33
- "@angular-builders/jest": "12.1.2",
34
- "@angular-devkit/build-angular": "12.2.16",
35
- "@angular-eslint/builder": "12.7.0",
36
- "@angular-eslint/eslint-plugin": "12.7.0",
37
- "@angular-eslint/eslint-plugin-template": "12.7.0",
38
- "@angular-eslint/schematics": "12.7.0",
39
- "@angular-eslint/template-parser": "12.7.0",
40
- "@angular/cli": "12.2.16",
41
- "@angular/compiler-cli": "12.2.16",
42
- "@playwright/test": "1.25.0",
43
- "@types/jest": "27.4.1",
44
- "@types/node": "17.0.21",
45
- "@typescript-eslint/eslint-plugin": "5.13.0",
46
- "@typescript-eslint/parser": "5.13.0",
47
- "codelyzer": "6.0.2",
48
- "eslint": "8.10.0",
49
- "eslint-config-prettier": "8.4.0",
50
- "eslint-plugin-import": "2.25.4",
51
- "eslint-plugin-prefer-arrow": "1.2.3",
52
- "eslint-plugin-prettier": "4.0.0",
53
- "eslint-plugin-unused-imports": "2.0.0",
54
- "jest": "27.5.1",
55
- "ts-node": "10.6.0",
56
- "typescript": "4.3.5"
57
- }
58
- }
@@ -1,8 +0,0 @@
1
- {
2
- "files": [],
3
- "references": [
4
- {
5
- "path": "./tsconfig.app.json"
6
- }
7
- ]
8
- }
@@ -1,92 +0,0 @@
1
- {
2
- "extends": "tslint:recommended",
3
- "rules": {
4
- "align": {
5
- "options": ["parameters", "statements"]
6
- },
7
- "array-type": false,
8
- "arrow-return-shorthand": true,
9
- "curly": true,
10
- "deprecation": {
11
- "severity": "warning"
12
- },
13
- "component-class-suffix": true,
14
- "contextual-lifecycle": true,
15
- "directive-class-suffix": true,
16
- "directive-selector": [true, "attribute", "app", "camelCase"],
17
- "component-selector": [true, "element", "app", "kebab-case"],
18
- "eofline": true,
19
- "import-blacklist": [true, "rxjs/Rx"],
20
- "import-spacing": true,
21
- "indent": {
22
- "options": ["spaces"]
23
- },
24
- "max-classes-per-file": false,
25
- "max-line-length": [true, 140],
26
- "member-ordering": [
27
- true,
28
- {
29
- "order": ["static-field", "instance-field", "static-method", "instance-method"]
30
- }
31
- ],
32
- "no-console": [true, "debug", "info", "time", "timeEnd", "trace"],
33
- "no-empty": false,
34
- "no-inferrable-types": [true, "ignore-params"],
35
- "no-non-null-assertion": true,
36
- "no-redundant-jsdoc": true,
37
- "no-switch-case-fall-through": true,
38
- "no-var-requires": false,
39
- "object-literal-key-quotes": [true, "as-needed"],
40
- "quotemark": [true, "single"],
41
- "semicolon": {
42
- "options": ["always"]
43
- },
44
- "space-before-function-paren": {
45
- "options": {
46
- "anonymous": "never",
47
- "asyncArrow": "always",
48
- "constructor": "never",
49
- "method": "never",
50
- "named": "never"
51
- }
52
- },
53
- "typedef": [true, "call-signature"],
54
- "typedef-whitespace": {
55
- "options": [
56
- {
57
- "call-signature": "nospace",
58
- "index-signature": "nospace",
59
- "parameter": "nospace",
60
- "property-declaration": "nospace",
61
- "variable-declaration": "nospace"
62
- },
63
- {
64
- "call-signature": "onespace",
65
- "index-signature": "onespace",
66
- "parameter": "onespace",
67
- "property-declaration": "onespace",
68
- "variable-declaration": "onespace"
69
- }
70
- ]
71
- },
72
- "variable-name": {
73
- "options": ["ban-keywords", "check-format", "allow-pascal-case"]
74
- },
75
- "whitespace": {
76
- "options": ["check-branch", "check-decl", "check-operator", "check-separator", "check-type", "check-typecast"]
77
- },
78
- "no-conflicting-lifecycle": true,
79
- "no-host-metadata-property": true,
80
- "no-input-rename": true,
81
- "no-inputs-metadata-property": true,
82
- "no-output-native": true,
83
- "no-output-on-prefix": true,
84
- "no-output-rename": true,
85
- "no-outputs-metadata-property": true,
86
- "template-banana-in-box": true,
87
- "template-no-negated-async": true,
88
- "use-lifecycle-interface": true,
89
- "use-pipe-transform-interface": true
90
- },
91
- "rulesDirectory": ["codelyzer"]
92
- }
File without changes