@open-turo/eslint-config-react 1.1.0 → 1.1.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
@@ -13,6 +13,15 @@ repository extend the default `@open-turo/eslint-config-typescript` config inste
13
13
  free to create a PR to add a new default that extends it, and rename the current configurations to `legacy` and
14
14
  `legacy-extended` respectively. We are not doing that for now to reduce maintenance burden, as it would be unused.
15
15
 
16
+ [![Release](https://img.shields.io/github/v/release/open-turo/eslint-config-react)](https://github.com/open-turo/eslint-config-react/releases/)
17
+ [![Tests pass/fail](https://img.shields.io/github/workflow/status/open-turo/eslint-config-react/CI)](https://github.com/open-turo/eslint-config-react/actions/)
18
+ [![License](https://img.shields.io/github/license/open-turo/eslint-config-react)](./LICENSE)
19
+ [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/dwyl/esta/issues)
20
+ ![CI](https://github.com/open-turo/eslint-config-react/actions/workflows/release.yaml/badge.svg)
21
+ [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
22
+ [![Conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.2-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
23
+ [![Join us!](https://img.shields.io/badge/Turo-Join%20us%21-593CFB.svg)](https://turo.com/jobs)
24
+
16
25
  ## Usage
17
26
 
18
27
  Install the package and all of its peer dependencies:
package/package.json CHANGED
@@ -35,5 +35,5 @@
35
35
  "access": "public"
36
36
  },
37
37
  "repository": "https://github.com/open-turo/eslint-config-react",
38
- "version": "1.1.0"
38
+ "version": "1.1.1"
39
39
  }