The generated README has some slight indentation on most lines. This is likely due to how the template literals are being formed. While this may be a simple fix, es-lint could get in the way. We can use es-lint ignore comments if needed.
"indent": ["error", "tab", { "ignoredNodes": ["TemplateLiteral > *"] }]
The generated README has some slight indentation on most lines. This is likely due to how the template literals are being formed. While this may be a simple fix, es-lint could get in the way. We can use es-lint ignore comments if needed.