perf(utils): replace pad with String.padStart #966
Annotations
2 errors
lint:
packages/pg/lib/utils.js#L108
Replace `··':'·+⏎····String(date.getSeconds()).padStart(2,·'0')·+⏎····'.'·+⏎···` with `':'·+·String(date.getSeconds()).padStart(2,·'0')·+·'.'·+`
|
lint
Process completed with exit code 1.
|