Skip to content

Commit 960f875

Browse files
committed
Install ESLint formatter
1 parent 63d6154 commit 960f875

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@commitlint/config-conventional": "^11.0.0",
50+
"@jamesacarr/eslint-formatter-github-actions": "^0.1.0",
5051
"@react-native-community/eslint-config": "^2.0.0",
5152
"@release-it/conventional-changelog": "^2.0.0",
5253
"@types/jest": "^26.0.0",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# yarn lockfile v1
33

44

5+
"@actions/core@^1.2.6":
6+
version "1.2.7"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.7.tgz#594f8c45b213f0146e4be7eda8ae5cf4e198e5ab"
8+
integrity sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig==
9+
510
"@babel/code-frame@7.12.11":
611
version "7.12.11"
712
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
@@ -1200,6 +1205,13 @@
12001205
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
12011206
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
12021207

1208+
"@jamesacarr/eslint-formatter-github-actions@^0.1.0":
1209+
version "0.1.0"
1210+
resolved "https://registry.yarnpkg.com/@jamesacarr/eslint-formatter-github-actions/-/eslint-formatter-github-actions-0.1.0.tgz#d00814b5b8b309cf97d488773cfdb140edf00932"
1211+
integrity sha512-ysXRx5C5pPVJ0t3Q1DpsMLWLQw5Fj8erEM0WnGhaOIgjLwZkOLmEiIw+4b5UhPsVCaf6jbUgdZuH2StR3jW0Ug==
1212+
dependencies:
1213+
"@actions/core" "^1.2.6"
1214+
12031215
"@jest/console@^26.6.2":
12041216
version "26.6.2"
12051217
resolved "https://registry.yarnpkg.com/@jest/console/-/console-26.6.2.tgz#4e04bc464014358b03ab4937805ee36a0aeb98f2"

0 commit comments

Comments
 (0)