Skip to content

Commit

Permalink
build: no eslint errors on local build (Uniswap#5560)
Browse files Browse the repository at this point in the history
  • Loading branch information
vm authored Dec 7, 2022
1 parent fb07666 commit 4710b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ REACT_APP_AMPLITUDE_PROXY_URL="https://api.uniswap.org/v1/amplitude-proxy"
REACT_APP_AWS_API_REGION="us-east-2"
REACT_APP_AWS_API_ENDPOINT="https://beta.api.uniswap.org/v1/graphql"
REACT_APP_TEMP_API_URL="https://temp.api.uniswap.org/v1"
REACT_APP_SENTRY_DSN="https://[email protected]/4504255148851200"
REACT_APP_SENTRY_DSN="https://[email protected]/4504255148851200"
ESLINT_NO_DEV_ERRORS=true

0 comments on commit 4710b83

Please sign in to comment.