Skip to content

Commit f14769b

Browse files
committed
chore!: typescript, @typescript-eslint/* should all be peer deps
1 parent 492eb2b commit f14769b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
"url": "https://github.com/vuejs/eslint-config-typescript/issues"
2121
},
2222
"homepage": "https://github.com/vuejs/eslint-config-typescript#readme",
23-
"dependencies": {
23+
"peerDependencies": {
2424
"@typescript-eslint/eslint-plugin": "^2.5.0",
25-
"@typescript-eslint/parser": "^2.5.0"
25+
"@typescript-eslint/parser": "^2.5.0",
26+
"eslint": "^6.6.0",
27+
"typescript": "*"
2628
}
2729
}

0 commit comments

Comments
 (0)