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

refactor: use non deprecated type in eslint configuration #107

Merged
merged 5 commits into from
Oct 21, 2024

Conversation

jerome-benoit
Copy link
Contributor

and remove duplicated prettier configuration

package.json Outdated
@@ -41,6 +41,7 @@
"build": "tsup",
"publish": "clean-publish",
"lint": "eslint --max-warnings=0",
"lint:fix": "eslint --max-warnings=0 --fix",
Copy link
Member

Choose a reason for hiding this comment

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

This is a bit repetitive duplication of lint command.

With pnpm we can already do pnpm run lint --fix. I don't really see reason for adding new command just for one extra parameter.

package.json Outdated Show resolved Hide resolved
Copy link

pkg-pr-new bot commented Oct 21, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/tinypool@107

commit: 098c556

Copy link
Member

@AriPerkkio AriPerkkio left a comment

Choose a reason for hiding this comment

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

Looks good, thanks! Didn't realize we have 2 Prettier configs 😄

.prettierrc Outdated Show resolved Hide resolved
@AriPerkkio AriPerkkio merged commit 26ebae1 into tinylibs:main Oct 21, 2024
8 checks passed
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