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

pipboard: fix the lint crash by eslint-plugin-react #375

Merged
merged 1 commit into from
Jul 27, 2020

Commits on Jul 27, 2020

  1. pipboard: fix the lint crash by eslint-plugin-react

    The eslint-plugin-react@7.20.4 introduced a crash bug when linting a source with anonymous function
    with es module.
    
    This PR removes all related anonymous functions to hotfix the problem.
    
    See jsx-eslint/eslint-plugin-react#2728
    yorkie committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    51a1430 View commit details
    Browse the repository at this point in the history