Skip to content

Instantly share code, notes, and snippets.

@aaronfrost
Last active February 22, 2018 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronfrost/29a2684afc8e1a7b73bc9b2857e741ce to your computer and use it in GitHub Desktop.
Save aaronfrost/29a2684afc8e1a7b73bc9b2857e741ce to your computer and use it in GitHub Desktop.
Each of the following tslint rules will conflict with Prettier. You will want to remove them from your tslint.json if they exist.

Delete the following rules from your tslint.json to avoid conflict w/ Prettier

If any of them are missing, that is fine. Just move on.
- comment-format
- curly
- eofline
- import-spacing
- indent
- max-line-length
- no-trailing-whitespace
- one-line
- quotemark
- semicolon
- typedef-whitespace
- angular-whitespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment