Skip to content

Commit c76ce64

Browse files
committed
fix: migrate to ver0 eslint formatter
1 parent ecf0d25 commit c76ce64

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ permissions:
1313
contents: read
1414

1515
jobs:
16-
1716
lint:
1817
name: "Lint"
1918
runs-on: ubuntu-latest
@@ -33,7 +32,7 @@ jobs:
3332
run: yarn install --immutable
3433

3534
- name: "Lint"
36-
run: yarn lint -f @react-hookz/gha
35+
run: yarn lint -f @ver0/gha
3736

3837
build:
3938
name: "Build"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"devDependencies": {
4444
"@commitlint/cli": "^19.7.1",
4545
"@commitlint/config-conventional": "^19.7.1",
46-
"@react-hookz/eslint-formatter-gha": "^3.0.3",
4746
"@types/react": "^19.0.8",
4847
"@types/react-dom": "^19.0.3",
4948
"@ver0/eslint-config": "^1.1.1",
49+
"@ver0/eslint-formatter-gha": "^1.0.1",
5050
"@vitest/coverage-v8": "^3.0.5",
5151
"eslint": "^9.19.0",
5252
"husky": "^9.1.7",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,15 +1173,6 @@ __metadata:
11731173
languageName: node
11741174
linkType: hard
11751175

1176-
"@react-hookz/eslint-formatter-gha@npm:^3.0.3":
1177-
version: 3.0.3
1178-
resolution: "@react-hookz/eslint-formatter-gha@npm:3.0.3"
1179-
dependencies:
1180-
"@actions/core": "npm:^1.11.1"
1181-
checksum: 10c0/6765a9fdc6e779b1809d97385bccaef8e0395e2ccf39479e39685e667db0e72ad11e4951bf4ff1f649fc8503404c80dbdf555c5475e59fd3a231ebbd9cbb0150
1182-
languageName: node
1183-
linkType: hard
1184-
11851176
"@rollup/rollup-android-arm-eabi@npm:4.34.1":
11861177
version: 4.34.1
11871178
resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.1"
@@ -1779,16 +1770,25 @@ __metadata:
17791770
languageName: node
17801771
linkType: hard
17811772

1773+
"@ver0/eslint-formatter-gha@npm:^1.0.1":
1774+
version: 1.0.1
1775+
resolution: "@ver0/eslint-formatter-gha@npm:1.0.1"
1776+
dependencies:
1777+
"@actions/core": "npm:^1.11.1"
1778+
checksum: 10c0/735752bb1cf917b5d1301fe03a03a32b0c092787d1e42762cda7919c450900108ef973bacb7cf7d262ea995e518120822bb6109064e8cf1e4c2abf2a66c291bf
1779+
languageName: node
1780+
linkType: hard
1781+
17821782
"@ver0/react-hooks-testing@workspace:.":
17831783
version: 0.0.0-use.local
17841784
resolution: "@ver0/react-hooks-testing@workspace:."
17851785
dependencies:
17861786
"@commitlint/cli": "npm:^19.7.1"
17871787
"@commitlint/config-conventional": "npm:^19.7.1"
1788-
"@react-hookz/eslint-formatter-gha": "npm:^3.0.3"
17891788
"@types/react": "npm:^19.0.8"
17901789
"@types/react-dom": "npm:^19.0.3"
17911790
"@ver0/eslint-config": "npm:^1.1.1"
1791+
"@ver0/eslint-formatter-gha": "npm:^1.0.1"
17921792
"@vitest/coverage-v8": "npm:^3.0.5"
17931793
eslint: "npm:^9.19.0"
17941794
husky: "npm:^9.1.7"

0 commit comments

Comments
 (0)