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

Remove code for unimplemented templates #1152

Merged
merged 4 commits into from
Dec 21, 2023
Merged

Conversation

ptrkdan
Copy link
Collaborator

@ptrkdan ptrkdan commented Dec 18, 2023

Pull Request Checklist

  • I have checked that this pull request is not a duplicate of a pre-existing pull request
  • I have self-reviewed my changes
    • There are no spelling mistakes
    • There are no remaining debug log prints (i.e. console.log())
    • Comments were written for complex code
  • I have checked that all tests are passing (for bug fixes and enhancements)
    • CLI Test (npm run test:cli)
    • Unit Test (npm run test:modules)
    • E2E Test (npm run e2e)
  • I have added and/or modified relevant tests for my changes (for bug fixes and enhancements)
  • I have added and/or modified relevant documentations for my changes (if necessary)

Description

Context

In order to reduce code clutter, I've removed the currently unused code templates for react-standard, solid, and vue. Additionally, I've removed Solid from the Javascript library CLI option list.

Before

solid is displayed as one of the options for Javascript libraries when running the create-codes command.

After

solid is no longer displayed as one of the options for Javasciprt libraries.

⚠️ Breaking changes

N/A

Notes

@@ -1,5 +1,5 @@
module.exports = {
plugins: ["@typescript-eslint", "solid"],
plugins: ["@typescript-eslint", "react"],
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The react/base eslint plugin was not changed from solid to react, so I'm changing it here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I've decided to remove the unused options for now to reduce code clutter.
When we re-implement them in the future, we can just refer to this commit :)

@ptrkdan ptrkdan marked this pull request as ready for review December 18, 2023 04:55
Copy link
Collaborator

@jinmayamashita jinmayamashita left a comment

Choose a reason for hiding this comment

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

@ptrkdan LGTM! I'm glad it's clearer now 😄

@ptrkdan ptrkdan self-assigned this Dec 21, 2023
@ptrkdan ptrkdan merged commit 5374816 into main Dec 21, 2023
1 check passed
@ptrkdan ptrkdan deleted the chore/remove-unused-templates branch December 21, 2023 05:01
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