Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Consolidates Prettier/TSLint configs #10

Merged
merged 2 commits into from
Oct 13, 2018
Merged

Consolidates Prettier/TSLint configs #10

merged 2 commits into from
Oct 13, 2018

Conversation

ashfurrow
Copy link
Contributor

Prettier's trailing comma settings were set to es5, which would include them in multiline array/object literals, but remove them from multiline function declarations. This would conflict with TSLint, which would add them everywhere.

This PR does two things:

  • Sets Prettier to use trailing commas everywhere, fixing the issue above.
  • Adds tslint-config-prettier and has TSLint config options extend its options, avoiding future conflicts.

It also adds the new integrity checks to yarn.lock.

@orta orta merged commit fd41d5d into master Oct 13, 2018
@ashfurrow ashfurrow deleted the template-updates branch October 13, 2018 16:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants