Skip to content

Commit

Permalink
chore: update template
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed May 20, 2021
1 parent c5a9f3e commit 3342a50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = {
argsIgnorePattern: "^_",
varsIgnorePattern: "^_"
}
]
],
"@typescript-eslint/no-var-requires": "off"
}
};
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ jobs:
- name: Unit
run: yarn unit

- name: Build
run: yarn build

- name: Coverage
uses: codecov/codecov-action@v1
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# custom
dist
examples/yarn.lock

# os
.DS_Store
Expand Down

0 comments on commit 3342a50

Please sign in to comment.