[Internal QA]: Fix default card with export type #5676
lint-changed.yml
on: pull_request
Changed files ESLint check
46s
Annotations
10 errors
Changed files ESLint check:
src/pages/workspace/companyCards/utils.tsx#L51
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Changed files ESLint check:
src/pages/workspace/companyCards/utils.tsx#L61
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Changed files ESLint check:
src/pages/workspace/companyCards/utils.tsx#L96
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Changed files ESLint check:
src/pages/workspace/companyCards/utils.tsx#L133
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Changed files ESLint check:
src/pages/workspace/companyCards/utils.tsx#L136
Unexpected lexical declaration in case block
|
Changed files ESLint check:
src/pages/workspace/companyCards/utils.tsx#L137
Unexpected lexical declaration in case block
|
Changed files ESLint check:
src/pages/workspace/companyCards/utils.tsx#L156
Unexpected lexical declaration in case block
|
Changed files ESLint check:
src/pages/workspace/companyCards/utils.tsx#L157
Unexpected lexical declaration in case block
|
Changed files ESLint check:
src/pages/workspace/companyCards/utils.tsx#L201
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Changed files ESLint check:
src/pages/workspace/companyCards/utils.tsx#L227
'creditCards' is already declared in the upper scope on line 34 column 12
|