Skip to content

Commit

Permalink
chore: upgrade devDeps (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
luin authored Apr 4, 2020
1 parent 758b3f2 commit f275bc2
Show file tree
Hide file tree
Showing 85 changed files with 4,544 additions and 3,318 deletions.
12 changes: 9 additions & 3 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,21 @@ env:

rules:
no-console: 0
prefer-const: 0
prefer-rest-params: 0
no-redeclare: 0
no-var: 0
no-prototype-builtins: 0
prefer-spread: 0
"@typescript-eslint/no-var-requires": 0
"@typescript-eslint/explicit-function-return-type": 0
"@typescript-eslint/no-explicit-any": 0
"@typescript-eslint/explicit-member-accessibility": 0
"@typescript-eslint/no-this-alias": 0
"@typescript-eslint/no-parameter-properties": 0
"@typescript-eslint/no-use-before-define": 0
"@typescript-eslint/array-type":
- error
- array-simple
"@typescript-eslint/ban-ts-ignore": 0
"@typescript-eslint/no-empty-function": 0
"@typescript-eslint/no-unused-vars":
- warn
- args: none
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js

node_js:
- "6"
- "8"
- "9"
- "10"
Expand All @@ -14,7 +13,7 @@ services:
script:
- npm run lint
- npm run build
- npm run test:cov || npm run test:cov || npm run test:cov
- travis_retry npm run test

env:
- CC_TEST_REPORTER_ID="4cee2f60edbf31acac6ddff823f0b93e2e9882c3e5c55130049e0fd878549f84"
Expand Down
Loading

0 comments on commit f275bc2

Please sign in to comment.