-
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
Mobile: Snickerdoodle Nodeify package init #918
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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 = { |
There was a problem hiding this comment.
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?
packages/mobile-nodeify/.gitignore
Outdated
There was a problem hiding this comment.
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.
packages/mobile-nodeify/package.json
Outdated
@@ -0,0 +1,40 @@ | |||
{ | |||
"name": "sd-nodeify", |
There was a problem hiding this comment.
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": { |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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": { |
There was a problem hiding this comment.
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.
Release Notes
JIRA Link
Summary:
Give a brief summary of what your change is and why it is required.
Intended results:
Potential Failures:
Relevant Metrics/Indicators:
Testing Notes:
Pre-Flight Checks