Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/update eslint config in package json #188

Conversation

Chef-Cheems
Copy link
Contributor

  • update eslint-config-pancake for repo
  • fix token-lists package linting

const main = async () => {
const tokens = await getTokens();
const main = async (): Promise<void> => {
try {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Big diff here is just wrapping it all in try-catch (done to get rid of consistent-return error within getTokens())

@Chef-Cheems Chef-Cheems force-pushed the chore/update-eslint-config-in-package-json branch from 582e18b to 109532f Compare July 9, 2021 07:06
@hachiojidev hachiojidev merged commit 90b8f84 into pancakeswap:master Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants