-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Code qualityCode quality improvementCode quality improvement
Description
Add/change lint rules:
- error - may affect the runtime, should break CI
- floating promises
- use of
setTimeout/clearTimeoutinstead of custom promise-based timer - (jest) avoid
.only() - (jest) avoid tests with same names
- warning - code quality only, should pass CI with warnings (consider using a tool like DangerJS)
- semicolon absences
- use
typeinstead ofinterface - filename dash-case (Rename all files to be dash-case #29) using a plugin if necessary
Also consider using a preset (airbnb, react, ...).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Code qualityCode quality improvementCode quality improvement