Skip to content

Commit 49e2f25

Browse files
committed
fix(template): add @typescript-eslint/parser to dev deps to resolve unmet peer dep
1 parent 13ec183 commit 49e2f25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generators/app/templates/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@boringcodes/eslint-config-typescript": "*",
3030
"@boringcodes/prettier-config": "*",
3131
"@typescript-eslint/eslint-plugin": "^2.25.0",
32+
"@typescript-eslint/parser": "^2.25.0",
3233
"copyfiles": "^2.2.0",
3334
"eslint": "^6.8.0",
3435
"eslint-config-prettier": "^6.10.1",

0 commit comments

Comments
 (0)