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

Chore: Root and Language Checker Enhancement #13

Merged
merged 3 commits into from
Jun 15, 2022

Conversation

omdxp
Copy link
Owner

@omdxp omdxp commented Jun 15, 2022

This PR is dedicated to enhance the root checking as well as the language checking for the project.

Details

  • The root checking must read the package.json file and more specifically the dependencies property to see if there is react-native dependency, if there is only react it will suggest to use react-help-create.
  • The language checking should check if there is tsconfig.json file which is more clear and performant comparing to the actual approach (Also sometimes there are no tsx files at the root of the project so it's cool now 😁).

@omdxp omdxp added the enhancement New feature or request label Jun 15, 2022
@omdxp omdxp self-assigned this Jun 15, 2022
@omdxp omdxp marked this pull request as ready for review June 15, 2022 16:29
@omdxp omdxp merged commit 1a20a16 into main Jun 15, 2022
@omdxp omdxp deleted the chore/root-and-language-checker-enhacement branch June 15, 2022 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant