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

Support projects without a 'package.json' #59

Open
bryant-finney opened this issue Dec 16, 2023 · 0 comments · May be fixed by #60
Open

Support projects without a 'package.json' #59

bryant-finney opened this issue Dec 16, 2023 · 0 comments · May be fixed by #60

Comments

@bryant-finney
Copy link

Problem Statement

prettier supports many languages other than JavaScript (YAML, Markdown, JSON, HTML, etc.). Integrations with tools such as pre-commit or vscode make it convenient to use prettier in repositories that don't depend on node.js or define a package.json.

However, this action fails if package.json does not exist in the repository.

Example

See bryant-finney/demo-reviewdog-action-prettier#1:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant