Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linter config file creation #344

Closed
kevin-orlando opened this issue Dec 15, 2023 · 0 comments · Fixed by #349
Closed

Fix linter config file creation #344

kevin-orlando opened this issue Dec 15, 2023 · 0 comments · Fixed by #349
Assignees
Labels
bug Something isn't working

Comments

@kevin-orlando
Copy link
Contributor

Linter config files are never created during install. For example, when installing typescript pre-commit hooks, the eslint config file is not created.

@kevin-orlando kevin-orlando self-assigned this Dec 15, 2023
@github-project-automation github-project-automation bot moved this to Todo in seCureLI Dec 15, 2023
@kevin-orlando kevin-orlando added the bug Something isn't working label Dec 15, 2023
@kevin-orlando kevin-orlando moved this from Todo to In Progress in seCureLI Dec 15, 2023
@gabenegron gabenegron moved this from In Progress to Done in seCureLI Dec 19, 2023
@gabenegron gabenegron moved this from Done to In Progress in seCureLI Dec 19, 2023
kevin-orlando added a commit that referenced this issue Jan 5, 2024
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.
@github-project-automation github-project-automation bot moved this from In Progress to Done in seCureLI Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant