@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.
|
@@ -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
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Turo eslint configuration for typescript.
|
|
4
4
|
|
|
5
|
+
[](https://github.com/open-turo/eslint-config-typescript/releases/)
|
|
6
|
+
[](https://github.com/open-turo/eslint-config-typescript/actions/)
|
|
7
|
+
[](./LICENSE)
|
|
8
|
+
[](https://github.com/dwyl/esta/issues)
|
|
9
|
+

|
|
10
|
+
[](https://github.com/semantic-release/semantic-release)
|
|
11
|
+
[](https://conventionalcommits.org)
|
|
12
|
+
[](https://turo.com/jobs)
|
|
13
|
+
|
|
5
14
|
## Usage
|
|
6
15
|
|
|
7
16
|
Install the package and all of its peer dependencies:
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|