Skip to content

Commit

Permalink
fix(postinstall.sh): correct typo inside eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
easybird authored Dec 22, 2018
1 parent 8cc13f4 commit 3517e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function main() {
log "To add support for eslint in your editor, create an .eslintrc file in your project root with the following contents"
log "
{
\"extends:\" \"./node_modules/@inthepocket/itp-react-scripts/dist/config/eslintrc.js\"
\"extends\": \"./node_modules/@inthepocket/itp-react-scripts/dist/config/eslintrc.js\"
}
"
log ""
Expand Down

0 comments on commit 3517e73

Please sign in to comment.