Skip to content

Conversation

@MaximDevoir
Copy link
Contributor

Fixes #74

Note: This PR is built on top of patch/fix-gitignore PR.

A lockfile from NPM or Yarn should be commited.

Added `yarn.lock` to follow pattern of ignoring lockfiles.
- Skip adding the ignore entries if `gitignore` file is already present

- Append to `.gitignore` if already exists

This fixes #69, fixes #42
@MaximDevoir
Copy link
Contributor Author

MaximDevoir commented Sep 10, 2019

Currently, this will only escape double-quotes. It is possible to set an option with jsesc to escape all JSON characters that JSON RFC states must be escaped. However, escaping all required characters raised more errors. There doesn't seem to be a need to handle those cases (if they even exist for this application).

@MaximDevoir MaximDevoir deleted the fix/issue-74 branch September 13, 2019 21:38
@MaximDevoir
Copy link
Contributor Author

MaximDevoir commented Sep 13, 2019

Moved to #81

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.

Invalid package.json when including quotation marks in author's full name

1 participant