Add a build-lib command to be able to publish an atomic-crm node module #240
GitHub Actions / ESLint
succeeded
Sep 13, 2024 in 0s
4 warnings
ESLint found 4 warnings
Annotations
Check warning on line 4 in src/companies/CompanyCard.tsx
github-actions / ESLint
src/companies/CompanyCard.tsx#L4
'ContactsIcon' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
Check warning on line 12 in src/companies/CompanyCard.tsx
github-actions / ESLint
src/companies/CompanyCard.tsx#L12
'SingleFieldList' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
Check warning on line 26 in src/companies/CompanyInputs.tsx
github-actions / ESLint
src/companies/CompanyInputs.tsx#L26
Unnecessary escape character: \- (no-useless-escape)
Check warning on line 26 in src/companies/CompanyInputs.tsx
github-actions / ESLint
src/companies/CompanyInputs.tsx#L26
Unnecessary escape character: \. (no-useless-escape)
Loading