Skip to content

Commit

Permalink
fix: cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
gpicron committed Apr 22, 2020
1 parent 790e305 commit 44bbd81
Show file tree
Hide file tree
Showing 4 changed files with 5,055 additions and 52 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module.exports = {
'@typescript-eslint/unbound-method': ['warn', {ignoreStatic: true}],
'@typescript-eslint/unified-signatures': 'warn',
'@typescript-eslint/no-explicit-any': 'error',
'@typescript-eslint/member-delimiter-style': 'off'
// @typescript-eslint/func-call-spacing rule not found?
// 'func-call-spacing': 'off',
// '@typescript-eslint/func-call-spacing': ['error'],
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
language: node_js

node_js:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
script:
- skip
deploy:
skip_cleanup: true
cleanup: false
provider: script
script: npm publish
on:
Expand Down
Loading

0 comments on commit 44bbd81

Please sign in to comment.