fix laskugen #1379
Annotations
7 warnings
Lint:
apps/cms/src/migrations/20240616_101649_Add_displayTitle_to_database.ts#L1
Filename is not in kebab case. Rename it to `20240616-101649-add-display-title-to-database.ts`
|
Lint:
apps/cms/src/migrations/20240616_101649_Add_displayTitle_to_database.ts#L27
Invalid type "unknown" of template literal expression
|
Lint:
apps/cms/src/migrations/20240616_101649_Add_displayTitle_to_database.ts#L27
Invalid type "unknown" of template literal expression
|
Lint:
apps/cms/src/migrations/20240616_101649_Add_displayTitle_to_database.ts#L37
Invalid type "unknown" of template literal expression
|
Lint:
apps/web/src/components/invoice-generator/index.tsx#L249
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
|
Lint:
apps/web/src/components/invoice-generator/index.tsx#L281
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
|
Lint:
apps/web/src/components/invoice-generator/index.tsx#L297
Value must be omitted for boolean attribute `disabled`
|
Loading