Skip to content
Snippets Groups Projects
Unverified Commit 83ac6ff1 authored by Paul Melnikow's avatar Paul Melnikow Committed by GitHub
Browse files

Enforce use of template literals (#2242)

This is consistent with what we're pretty much already doing, and saves us from making the request during code review.

These were all autofixed and most of them seem easier to read. Some in the legacy services should be rewritten in more legible forms during refactor (ie using intermediate variables, or using request’s qs option). There are some in helper functions and elsewhere that should get rewritten separately. I don't want to change them in this PR because the changes will get lost in this diff, though we could identify them here and fix them before or just after.
parent 4a298cbc
No related branches found
No related tags found
Loading
Showing with 42 additions and 44 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment