@open-turo/eslint-config-typescript 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,8 @@ jobs:
8
8
  name: Lint
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
- - uses: actions/checkout@v3
11
+ - name: Checkout
12
+ uses: actions/checkout@v3
12
13
  with:
13
14
  fetch-depth: 0
14
15
  - name: Download actionlint
@@ -9,10 +9,11 @@ jobs:
9
9
  release:
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
- - uses: actions/checkout@v2
12
+ - name: Checkout
13
+ uses: actions/checkout@v3
13
14
  with:
14
15
  fetch-depth: 0
15
- - name: Semantic Release
16
+ - name: Semantic release
16
17
  id: release
17
18
  uses: cycjimmy/semantic-release-action@v2
18
19
  with:
package/README.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  Turo eslint configuration for typescript.
4
4
 
5
+ [![Release](https://img.shields.io/github/v/release/open-turo/eslint-config-typescript)](https://github.com/open-turo/eslint-config-typescript/releases/)
6
+ [![Tests pass/fail](https://img.shields.io/github/workflow/status/open-turo/eslint-config-typescript/CI)](https://github.com/open-turo/eslint-config-typescript/actions/)
7
+ [![License](https://img.shields.io/github/license/open-turo/eslint-config-typescript)](./LICENSE)
8
+ [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/dwyl/esta/issues)
9
+ ![CI](https://github.com/open-turo/eslint-config-typescript/actions/workflows/release.yaml/badge.svg)
10
+ [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
11
+ [![Conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.2-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
12
+ [![Join us!](https://img.shields.io/badge/Turo-Join%20us%21-593CFB.svg)](https://turo.com/jobs)
13
+
5
14
  ## Usage
6
15
 
7
16
  Install the package and all of its peer dependencies:
package/package.json CHANGED
@@ -52,5 +52,5 @@
52
52
  "access": "public"
53
53
  },
54
54
  "repository": "https://github.com/open-turo/eslint-config-typescript",
55
- "version": "2.0.0"
55
+ "version": "2.0.1"
56
56
  }