You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a few 100 TSLint errors. This is a big issue. It might benefit us to pair on this task.
Some errors are more difficult than others. For example, circular dependency errors can be a huge pain in the ass and require a great deal of file restructuring. Generally the rules @youngkidwarrior setup are industry standard, but they can be difficult to accomplish and may benefit from a rule change to increase dev speed.
Acceptance Criteria
Scenario:
Given I am running compiling and code inside the monorepo
When I run the linter
Then it should only allow commits/pushes when the linter is succesful
The text was updated successfully, but these errors were encountered:
User Story
As a ...
Developer
I want ...
To ensure type safety while reviewing code
So that ...
We avoid silly bugs and runtime errors
Comments and Outliers
Currently we have a few 100 TSLint errors. This is a big issue. It might benefit us to pair on this task.
Some errors are more difficult than others. For example, circular dependency errors can be a huge pain in the ass and require a great deal of file restructuring. Generally the rules @youngkidwarrior setup are industry standard, but they can be difficult to accomplish and may benefit from a rule change to increase dev speed.
Acceptance Criteria
Scenario:
Given I am running compiling and code inside the monorepo
The text was updated successfully, but these errors were encountered: