Skip to content

Release v0.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 11:10
· 9 commits to main since this release
00912d0
  • (@GermanBluefox) Enforce the use of template literals instead of string concatenation: "Hello, " + name + "!" => Hello, ${name}!
  • (@GermanBluefox) Added no-else-return rule