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

tools: fix eslint usage for Node.js 8 and before #24753

Closed
wants to merge 2 commits into from

Commits on Nov 30, 2018

  1. tools: fix eslint usage for Node.js 8 and before

    IDEs like vscode use older Node.js versions that do not yet support
    the new try catch syntax. This makes sure eslint continues to work
    in these IDEs as before.
    BridgeAR committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    be51768 View commit details
    Browse the repository at this point in the history
  2. fixup: capitalize ESLint

    Co-Authored-By: BridgeAR <ruben@bridgewater.de>
    vsemozhetbyt and BridgeAR committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    540226b View commit details
    Browse the repository at this point in the history