Skip to content

Commit

Permalink
fix: Pin eslint version which is installed for now since 9.x had comp…
Browse files Browse the repository at this point in the history
…atability issues
  • Loading branch information
tristanmenzel committed Apr 11, 2024
1 parent 6c24904 commit 1f2fe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init/check-packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const basePackages: Record<string, string> = {
'@makerx/eslint-config': 'latest',
'@makerx/prettier-config': 'latest',
typescript: 'latest',
eslint: 'latest',
eslint: '8.56.0',
prettier: 'latest',
'better-npm-audit': 'latest',
}
Expand Down

0 comments on commit 1f2fe04

Please sign in to comment.