File tree 7 files changed +925
-742
lines changed
7 files changed +925
-742
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
lint :
11
11
runs-on : " ubuntu-latest"
12
12
steps :
13
- - uses : " actions/checkout@v3.6.0 "
13
+ - uses : " actions/checkout@v4.1.1 "
14
14
15
15
- name : " Setup Node.js"
16
- uses : " actions/setup-node@v3.8 .1"
16
+ uses : " actions/setup-node@v4.0 .1"
17
17
with :
18
18
node-version : " lts/*"
19
19
cache : " npm"
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
pull-requests : " write"
14
14
id-token : " write"
15
15
steps :
16
- - uses : " actions/checkout@v3.6.0 "
16
+ - uses : " actions/checkout@v4.1.1 "
17
17
with :
18
18
fetch-depth : 0
19
19
persist-credentials : false
20
20
21
21
- name : " Setup Node.js"
22
- uses : " actions/setup-node@v3.8 .1"
22
+ uses : " actions/setup-node@v4.0 .1"
23
23
with :
24
24
node-version : " lts/*"
25
25
cache : " npm"
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
test :
11
11
runs-on : " ubuntu-latest"
12
12
steps :
13
- - uses : " actions/checkout@v3.6.0 "
13
+ - uses : " actions/checkout@v4.1.1 "
14
14
15
15
- name : " Setup Node.js"
16
- uses : " actions/setup-node@v3.8 .1"
16
+ uses : " actions/setup-node@v4.0 .1"
17
17
with :
18
18
node-version : " lts/*"
19
19
cache : " npm"
Original file line number Diff line number Diff line change 5
5
"prettier.configPath" : " .prettierrc.json" ,
6
6
"editor.formatOnSave" : true ,
7
7
"editor.codeActionsOnSave" : {
8
- "source.fixAll" : true
8
+ "source.fixAll" : " explicit "
9
9
}
10
10
}
Original file line number Diff line number Diff line change 7
7
</p >
8
8
9
9
<p align =" center " >
10
- <a href =" ./CONTRIBUTING.md " ><img src =" https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat " /></a >
10
+ <a href =" ./CONTRIBUTING.md " ><img src =" https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat " alt = " Contributing " /></a >
11
11
<a href =" ./LICENSE " ><img src =" https://img.shields.io/badge/licence-MIT-blue.svg " alt =" Licence MIT " /></a >
12
12
<a href =" ./CODE_OF_CONDUCT.md " ><img src =" https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg " alt =" Contributor Covenant " /></a >
13
13
<br />
14
- <a href =" https://github.com/theoludwig/eslint-config-conventions/actions/workflows/lint.yml " ><img src =" https://github.com/theoludwig/eslint-config-conventions/actions/workflows/lint.yml/badge.svg?branch=develop " /></a >
15
- <a href =" https://github.com/theoludwig/eslint-config-conventions/actions/workflows/test.yml " ><img src =" https://github.com/theoludwig/eslint-config-conventions/actions/workflows/test.yml/badge.svg?branch=develop " /></a >
14
+ <a href =" https://github.com/theoludwig/eslint-config-conventions/actions/workflows/lint.yml " ><img src =" https://github.com/theoludwig/eslint-config-conventions/actions/workflows/lint.yml/badge.svg?branch=develop " alt = " lint action " /></a >
15
+ <a href =" https://github.com/theoludwig/eslint-config-conventions/actions/workflows/test.yml " ><img src =" https://github.com/theoludwig/eslint-config-conventions/actions/workflows/test.yml/badge.svg?branch=develop " alt = " test action " /></a >
16
16
<br />
17
17
<a href =" https://conventionalcommits.org " ><img src =" https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg " alt =" Conventional Commits " /></a >
18
18
<a href =" https://github.com/semantic-release/semantic-release " ><img src =" https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg " alt =" semantic-release " /></a >
@@ -40,7 +40,7 @@ npm install --save-dev \
40
40
eslint@^8.53.0 \
41
41
eslint-plugin-import@^2.29.0 \
42
42
eslint-plugin-promise@^6.1.1 \
43
- eslint-plugin-unicorn@^49 .0.1 \
43
+ eslint-plugin-unicorn@^50 .0.0 \
44
44
eslint-config-conventions@latest
45
45
```
46
46
You can’t perform that action at this time.
0 commit comments