-
Notifications
You must be signed in to change notification settings - Fork 1
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
Split lint commands #907
Split lint commands #907
Conversation
Pull Request ReviewHey there! 👋 I've summarized the previous results for you to write a Pull Request review markdown doc. Let's get started! ChangesHere are the major changes made in this pull request:
SuggestionsHere are some suggestions to improve the code:
BugsHere are the potential bugs found:
ImprovementsHere's an improvement suggestion for better readability: In the codebase, there are several places where the 'eslint' and 'prettier' scripts are duplicated in the 'scripts' section of Example code snippet to extract the 'eslint' and 'prettier' scripts: {
"scripts": {
"eslint": "eslint .",
"prettier": "prettier ."
}
} RatingThe code has been rated on a scale of 0 to 10 based on the following criteria:
That's it! Feel free to make any necessary adjustments and add more details if needed. Good luck with your Pull Request! 🚀 P.S. Did you know that we offer a premium plan that can analyze big pull requests? It provides even more in-depth analysis and suggestions. Consider upgrading for an enhanced experience! 😉 |
⏳ Blocked by: *
|
superseded by #909 |
Pull request was closed
fixes prosopo/captcha-private#463
restructures the linting (eslint+prettier) into scripts specific to each package. This allows for overriding how the linting is done per package, what files are included, etc. Also simplifies the top-level linting scripts
blocked by #904
fixes prosopo/captcha-private#515
fixes prosopo/captcha-private#516
blocked by #902