Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 935129f

Browse files
committed
chore: add @zhycorp/eslint-config
1 parent d1cb020 commit 935129f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"extends": "@hazmi35/eslint-config/typescript"
3636
},
3737
"dependencies": {
38+
"@zhycorp/eslint-config": "^2.3.0",
3839
"cheerio": "^1.0.0-rc.3",
3940
"superagent": "^6.1.0"
4041
},

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
minimatch "^3.0.4"
4040
strip-json-comments "^3.1.1"
4141

42-
"@hazmi35/eslint-config@^3.0.0":
42+
"@hazmi35/eslint-config@^3.0.0", "@hazmi35/eslint-config@^3.3.0":
4343
version "3.4.0"
4444
resolved "https://registry.yarnpkg.com/@hazmi35/eslint-config/-/eslint-config-3.4.0.tgz#279870615a2e939f415105db6382458395e0627a"
4545
integrity sha512-TxyxydtJOZfEpI5TUngLun+CQTTpV3zPG9iuyEIk1gdDdV3TulXri7xD6qOU7A4FVuARkE/KLE6UyT37btbBAg==
@@ -180,6 +180,13 @@
180180
"@typescript-eslint/types" "4.9.1"
181181
eslint-visitor-keys "^2.0.0"
182182

183+
"@zhycorp/eslint-config@^2.3.0":
184+
version "2.3.0"
185+
resolved "https://registry.yarnpkg.com/@zhycorp/eslint-config/-/eslint-config-2.3.0.tgz#411b14cb762f52d8ed7cbe359dde1b19c94b6888"
186+
integrity sha512-0CDUvn/nWto1oZwsvpE13/N96GfEPdfSX5lpXviuwEFWODmH7S8oBB11HA6oPW7z7zun6HIFp1KdWpEVvcxzdg==
187+
dependencies:
188+
"@hazmi35/eslint-config" "^3.3.0"
189+
183190
JSONStream@^1.0.4:
184191
version "1.3.5"
185192
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)