Skip to content

v0.19.1

Compare
Choose a tag to compare
@actions-helper actions-helper released this 05 Jan 18:28
· 142 commits to main since this release

v0.19.1 (2024-01-05)

Fix

  • fix: linter config file creation (#349)

closes #344

Fixes issue where linter config files (i.e. .eslintrc.yaml) were not
being created and also had generic file names. Files will now be created
using the filename and config data contents specified in the specific
yaml resources. (a59fa0b)