Skip to content

Commit

Permalink
Lock eslint to 7.x
Browse files Browse the repository at this point in the history
Until this is fixed: facebook/react-native#32528
  • Loading branch information
CodingItWrong committed Dec 18, 2021
1 parent 474efe9 commit 8ebe4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nativeup
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ git commit -m "Add RNTL and jest-native"
# ESLINT AND PRETTIER TOOLS
if [ "$1" = "expo" ]; then
yarn add --dev @react-native-community/eslint-config \
eslint
eslint@"^7.0"
cp "${DIR}/template/.prettierrc.js" .prettierrc.js
npm set-script lint "eslint \"**/*.js\""
git commit -m "Set up ESLint and Prettier"
Expand Down

0 comments on commit 8ebe4ce

Please sign in to comment.