Skip to content

Commit

Permalink
Skip ESLint version prompt when installing for Expo
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingItWrong committed May 11, 2024
1 parent f0d8b8b commit 012d078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ async function initializeExpo(answers) {
dev: true,
packages: [
'@react-native/eslint-config',
'eslint@8^',
'eslint@8.57.0', // specific version to avoid version prompt
'eslint-plugin-import',
'eslint-plugin-prettier@^5',
'prettier@^3',
Expand Down

0 comments on commit 012d078

Please sign in to comment.