Skip to content

feat: migrate to @babel/eslint-parser

Vitaly Slobodin requested to merge vs/migrate-to-babel-eslint-parser into master

Migrate to @babel/eslint-parser 🐱

The only kinda breaking change is the babel/camelcase rule is now builtin in ESLint.

BREAKING CHANGE:

  • babel/camelcase rule is builtin in ESLint now as camelcase.
  • The minimum required Node.js version is 14.
Edited by Vitaly Slobodin

Merge request reports