Skip to content

tools: upgrade to @babel/eslint-parser 7.12.1

babel-eslint is now @babel/eslint-parser and has moved into the Babel monorepo.

CHANGELOG:

  • v7.11.5
    • Added linting support for private class methods
  • v7.11.4
    • fix: ensure defaults are set in @babel/eslint-parser
  • v7.11.0
    • ES2020 features
    • update: hardcode @babel/eslint-parser min supported version check
    • Prepare to publish @babel/eslint-* packages
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading