Skip to content

Commit 25881b0

Browse files
Switched from ESLint to TSLint
1 parent d44be04 commit 25881b0

File tree

8 files changed

+5315
-40
lines changed

8 files changed

+5315
-40
lines changed

.eslintrc.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# ESLint config
2+
# http://eslint.org/docs/user-guide/configuring
3+
# https://jstools.dev/eslint-config/
4+
5+
root: true
6+
extends: "@jsdevtools"
7+
env:
8+
node: true

.github/workflows/CI-CD.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: npm run coverage
5454

5555
- name: Send code coverage results to Coveralls
56-
uses: coverallsapp/github-action@v1.0.1
56+
uses: coverallsapp/github-action@v1.1.0
5757
with:
5858
github-token: ${{ secrets.GITHUB_TOKEN }}
5959
parallel: true
@@ -65,7 +65,7 @@ jobs:
6565
needs: test
6666
steps:
6767
- name: Let Coveralls know that all tests have finished
68-
uses: coverallsapp/github-action@v1.0.1
68+
uses: coverallsapp/github-action@v1.1.0
6969
with:
7070
github-token: ${{ secrets.GITHUB_TOKEN }}
7171
parallel-finished: true

README_md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ My Project Name
22
==============================================
33
### The description of my library
44

5-
[![Cross-Platform Compatibility](https://my-website.com/img/badges/os-badges.svg)](https://github.com/MyGitHubOrg/my-repo-name/blob/master/.github/workflows/CI-CD.yaml)
6-
[![Build Status](https://github.com/MyGitHubOrg/my-repo-name/workflows/CI-CD/badge.svg)](https://github.com/MyGitHubOrg/my-repo-name/blob/master/.github/workflows/CI-CD.yaml)
5+
[![Cross-Platform Compatibility](https://my-website.com/img/badges/os-badges.svg)](https://github.com/MyGitHubOrg/my-repo-name/actions)
6+
[![Build Status](https://github.com/MyGitHubOrg/my-repo-name/workflows/CI-CD/badge.svg)](https://github.com/MyGitHubOrg/my-repo-name/actions)
77

88
[![Coverage Status](https://coveralls.io/repos/github/MyGitHubOrg/my-repo-name/badge.svg?branch=master)](https://coveralls.io/github/MyGitHubOrg/my-repo-name)
99
[![Dependencies](https://david-dm.org/MyGitHubOrg/my-repo-name.svg)](https://david-dm.org/MyGitHubOrg/my-repo-name)

0 commit comments

Comments
 (0)