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

Nvm setup #1

Merged
merged 2 commits into from
Jun 12, 2018
Merged

Nvm setup #1

merged 2 commits into from
Jun 12, 2018

Conversation

BigGillyStyle
Copy link
Contributor

No description provided.

@@ -0,0 +1 @@
10.4.0
Copy link
Contributor Author

@BigGillyStyle BigGillyStyle Jun 12, 2018

Choose a reason for hiding this comment

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

If you use avn along with nvm (which I do), then once you cd into the project directory your Node version is automatically switched.

@@ -0,0 +1 @@
10.4.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If you just use nvm without avn, this file allows you to type nvm use in the project directory to switch to the appropriate Node version.

"rulesDirectory": [
"node_modules/codelyzer"
],
"rulesDirectory": ["node_modules/codelyzer", "tslint-plugin-prettier"],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TSLint rules were removed that conflict with Prettier's settings.

@anthonymjones anthonymjones merged commit da5b982 into develop Jun 12, 2018
@anthonymjones anthonymjones deleted the nvm_setup branch June 12, 2018 14:20
@paquettealice paquettealice mentioned this pull request Dec 8, 2019
jrista pushed a commit that referenced this pull request Aug 30, 2020
 * Refactor all actions into more files for easier management
   * Loads into load-*-actions.ts
   * CUURDS into create|update|upsert|replace|delete-actions.ts
   * DeleteByKeys into delete-by-key-actions.ts
   * Edits into edit-actions.ts
   * Selections into selection-actions.ts
   * Deselections into deselection-actions.ts
 + Add new *IfNecessary loader actions for each type of load
 + Add tsdoc to all load actions
 * Update library index/public api to reference all actions from new files
 * Update all otehr action references throughout library
 ^ Bump library version to 0.5.0-beta.3

Phase #1: This is an initial refactoring of action files for the if-necessary work

Issue #144
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