-
-
Notifications
You must be signed in to change notification settings - Fork 0
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: add more well-known fields #4
Conversation
/home/runner/work/clean-pkg-json/clean-pkg-json/src/default-keep-properties.ts
Error: 25:1 error Trailing spaces not allowed no-trailing-spaces
Error: 59:1 error Trailing spaces not allowed no-trailing-spaces
/home/runner/work/clean-pkg-json/clean-pkg-json/src/index.ts
Warning: 33:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
Warning: 35:3 warning Unexpected console statement no-console
Warning: 39:2 warning Async arrow function has a complexity of 11. Maximum allowed is [10](https://github.com/privatenumber/clean-pkg-json/runs/8005753620?check_suite_focus=true#step:6:11) complexity
Warning: 84:3 warning Unexpected console statement no-console I have no idea why CI fails. |
Linting fails because you have a indentation on a line with no text. You can run |
Co-authored-by: hiroki osame <[email protected]>
Co-authored-by: hiroki osame <[email protected]>
😅 lint-staged and simple-git-hooks/husky should be configured. |
Awesome work, thanks @JounQin |
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
close #1