Skip to content

Commit 6f94843

Browse files
authored
Merge pull request #113 from liferay/wincent/ts-first-class-citizen
chore(eslint-config): mark typescript as a peer dependency
2 parents ea369b8 + 2bfc099 commit 6f94843

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

projects/eslint-config/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@
3333
"main": "index.js",
3434
"name": "@liferay/eslint-config",
3535
"peerDependencies": {
36-
"eslint": ">=4.1.1"
36+
"eslint": ">=4.1.1",
37+
"typescript": "*"
38+
},
39+
"peerDependenciesMeta": {
40+
"typescript": {
41+
"optional": true
42+
}
3743
},
3844
"repository": {
3945
"directory": "projects/eslint-config",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16039,7 +16039,7 @@ typedarray@^0.0.6:
1603916039
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1604016040
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1604116041

16042-
typescript@4.0.3:
16042+
typescript@*, typescript@4.0.3:
1604316043
version "4.0.3"
1604416044
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
1604516045
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==

0 commit comments

Comments
 (0)