@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.
|
@@ -9,10 +9,11 @@ jobs:
|
|
|
9
9
|
release:
|
|
10
10
|
runs-on: ubuntu-latest
|
|
11
11
|
steps:
|
|
12
|
-
-
|
|
12
|
+
- name: Checkout
|
|
13
|
+
uses: actions/checkout@v3
|
|
13
14
|
with:
|
|
14
15
|
fetch-depth: 0
|
|
15
|
-
- name: Semantic
|
|
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
|
+
[](https://github.com/open-turo/eslint-config-react/releases/)
|
|
17
|
+
[](https://github.com/open-turo/eslint-config-react/actions/)
|
|
18
|
+
[](./LICENSE)
|
|
19
|
+
[](https://github.com/dwyl/esta/issues)
|
|
20
|
+

|
|
21
|
+
[](https://github.com/semantic-release/semantic-release)
|
|
22
|
+
[](https://conventionalcommits.org)
|
|
23
|
+
[](https://turo.com/jobs)
|
|
24
|
+
|
|
16
25
|
## Usage
|
|
17
26
|
|
|
18
27
|
Install the package and all of its peer dependencies:
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|