Skip to content

Commit

Permalink
feat: upgrade dependencies, fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Dec 19, 2019
1 parent e379ab1 commit 8810221
Show file tree
Hide file tree
Showing 6 changed files with 2,331 additions and 2,273 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ module.exports = {
rules: {
'object-curly-spacing': ['error', 'always'],
'@typescript-eslint/indent': ['error', 2, { SwitchCase: 1 }],
'@typescript-eslint/explicit-function-return-type': 0,
'capitalized-comments': 0,
'comma-dangle': ['error', 'always-multiline'],
'@typescript-eslint/camelcase': 0,
'no-await-in-loop': 0,
'max-params': 0,
'@typescript-eslint/strict-boolean-expressions': 0,
'@typescript-eslint/no-unnecessary-condition': 0,
},
};
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
test:
docker:
- image: circleci/node:10
- image: circleci/node:12
- image: ekho/utorrent
steps:
- checkout
Expand All @@ -26,7 +26,7 @@ jobs:
command: bash <(curl -s https://codecov.io/bash)
release:
docker:
- image: circleci/node:10
- image: circleci/node:12
steps:
- checkout
- restore_cache:
Expand Down
Loading

0 comments on commit 8810221

Please sign in to comment.