Skip to content

Commit

Permalink
fix: pin ts-eslint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Sep 13, 2024
1 parent 57077ae commit 31fe36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/package.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ const templateFunction: TemplateFunction = async answers => {
"eslint@8"
] : []),
...((useESLint && useTypeScript) ? [
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"@typescript-eslint/eslint-plugin@7",
"@typescript-eslint/parser@7",
] : []),
...((useESLint && useReact) ? [
"eslint-plugin-react",
Expand Down

0 comments on commit 31fe36e

Please sign in to comment.