Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HT2-Labs/typescript-project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: HT2-Labs/typescript-project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 25, 2018

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    9403402 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    a2e4320 View commit details

Commits on Sep 26, 2018

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    01409f2 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    0ddbd6f View commit details

Commits on Sep 27, 2018

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    8af8e20 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    64f0058 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1ae768c View commit details
Showing with 11 additions and 9 deletions.
  1. +1 −1 .circleci/config.yml
  2. +3 −1 configs/tslint.json
  3. +7 −7 package-lock.json
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ machine:
jobs:
build:
docker:
- image: circleci/node:8@sha256:d3092f945b9b813c25a7ee737d8cefd913cb71577d3ca6142692320444cb4502
- image: circleci/node:8@sha256:ff2c2a3fd5105396697de4c20139435fe9f47d62716fa241d225122deb711d50
environment:
- NPM_CONFIG_LOGLEVEL: warn
working_directory: ~/repo
4 changes: 3 additions & 1 deletion configs/tslint.json
Original file line number Diff line number Diff line change
@@ -85,7 +85,9 @@
"no-unused-expression": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"no-void-expression": true,
"no-void-expression": {
"severity": "warning"
},
"prefer-conditional-expression": true,
"prefer-object-spread": true,
"radix": true,
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.