6 Commits

Author SHA1 Message Date
CommanderRoot
59b9348093
chore: replace deprecated String.prototype.substr() (#6333)
* chore: replace deprecated String.prototype.substr()

.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>

* refactor: add prefer slice lint rule and fix errors

Co-authored-by: erezrokah <erezrokah@users.noreply.github.com>
2022-03-28 17:29:56 +00:00
pr0grammm
3f607e41d9
feat: display author of changes in workflow tab (#5780) 2021-10-18 14:38:38 +03:00
Vladislav Shkodin
dbf2920254
chore: introduce imports ordering (#5463) 2021-05-31 17:46:41 +03:00
Vladislav Shkodin
fc07ce6854
refactor: introduce type-only imports (#5462) 2021-05-31 15:23:16 +03:00
Vladislav Shkodin
141a2eba56
refactor: convert function expressions to declarations (#4926) 2021-02-08 20:01:21 +02:00
Ben Hulan
4e6dc88efb
feat: add azure devops backend (#4427) 2020-11-26 12:55:24 +02:00