Perform lint at app level and address errors, if no errors found, this issue should be closed.
The lint can be performed with the command npm run lint that nestjs provide, with ESlint or any linting tool for typescript.
Check trello board for more information
Linting
Perform lint at app level and address errors, if no errors found, this issue should be closed. The lint can be performed with the command
npm run lint
that nestjs provide, with ESlint or any linting tool for typescript. Check trello board for more information