-
Notifications
You must be signed in to change notification settings - Fork 12
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
Nvm setup #1
Conversation
@@ -0,0 +1 @@ | |||
10.4.0 |
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.
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 |
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.
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"], |
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.
TSLint rules were removed that conflict with Prettier's settings.
* 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
No description provided.