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

feat: CLI generates package.json scripts #93

Merged
merged 3 commits into from
Oct 26, 2023
Merged

Conversation

reiv
Copy link
Member

@reiv reiv commented Sep 22, 2023

  • Adds option to set up scripts section in package.json for various linting-related tasks
  • Adds a default .prettierignore file - this lets us run prettier directly in the root directory
  • Also includes a fix for devDependencies not being inspected (TailwindCSS is usually not installed in dependencies so this is necessary)

@mvarendorff2 mvarendorff2 self-requested a review October 25, 2023 12:28
bin/linting.mjs Outdated Show resolved Hide resolved
Copy link
Member

@mvarendorff2 mvarendorff2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mvarendorff2 mvarendorff2 merged commit e7194d7 into main Oct 26, 2023
@reiv reiv deleted the cli-generate-scripts branch October 26, 2023 10:51
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 this pull request may close these issues.

2 participants