feat: read only checkout shipping address #4746
Annotations
11 warnings
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
apps/server/src/index.ts#L9
Unexpected any. Specify a different type
|
Lint:
apps/server/src/index.ts#L22
Unexpected any. Specify a different type
|
Lint:
apps/server/src/index.ts#L24
Unexpected any. Specify a different type
|
Lint:
apps/server/src/index.ts#L31
Unexpected any. Specify a different type
|
Lint:
apps/server/src/index.ts#L32
Unexpected any. Specify a different type
|
Lint:
apps/web/components/PayPal/ApplePayButton.vue#L128
Avoid nesting promises
|
Lint:
apps/web/components/PayPal/ApplePayButton.vue#L150
Avoid nesting promises
|
Lint:
apps/web/components/ProductLegalDetailsDrawer/ProductLegalDetailsDrawer.vue#L83
The variable `productLegalDrawerRef` should be named `productLegalDrawerReference`. A more descriptive name will do too
|
Lint:
apps/web/composables/useAddress/useAddress.ts#L6
This line has a length of 146. Maximum allowed is 120
|
Lint:
apps/web/composables/useCookieBar/useCookieBar.ts#L99
Unexpected any. Specify a different type
|