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

Mobile: Snickerdoodle Nodeify package init #918

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

dlgn2
Copy link
Contributor

@dlgn2 dlgn2 commented Aug 2, 2023

Release Notes

JIRA Link

Summary:

Give a brief summary of what your change is and why it is required.

Intended results:

  • What are the expected changes in behavior?
  • List them here in simplest terms.

Potential Failures:

  • What could possibly go wrong?
  • How might those failures present within the application?

Relevant Metrics/Indicators:

  • Are there any metrics (or indicators) that can prove or disprove the integrity of this change?
  • List them here...

Testing Notes:

  • How has this been tested?

Pre-Flight Checks

  • Has QA approved this change for dev?
  • Are all unit tests passing?
  • Have you added this description to this week's release notes?

@dlgn2 dlgn2 requested review from SnickerChar and okanzdmr August 2, 2023 20:05
Copy link
Contributor

@SnickerChar SnickerChar left a comment

Choose a reason for hiding this comment

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

Can you do a cleanup round on this? Just to make it combine better with the monorepo.

@@ -0,0 +1,283 @@
module.exports = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this eslint so different from the other .eslint? Is that a react native thing?

Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't need a separate .gitignore; the one at the root should suffice.

@@ -0,0 +1,40 @@
{
"name": "sd-nodeify",
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be prefixed with @SnickerdoodleLabs

},
"version": "1.0.10",
"preferGlobal": true,
"bin": {
Copy link
Contributor

Choose a reason for hiding this comment

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

bin? shouldn't this be scripts?

"precommit": "npm run lint"
},
"devDependencies": {
"husky": "^0.14.3"
Copy link
Contributor

Choose a reason for hiding this comment

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

All devDependencies should be in the root

@@ -0,0 +1,12 @@
{
"compilerOptions": {
Copy link
Contributor

Choose a reason for hiding this comment

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

this tsconfig doesn't look anything like the others and there's no TS in the project, you should probably nuke this.

- Neccessary dependencies added to coreList
- Project name updated to @snickerdoodlelabs/mobile-nodeify
- Versions of the dependencies a little bit changed.
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.

3 participants