streamich / git-cz

Semantic Git commits
1.62k stars 105 forks source link

Update "babel-eslint" parser to "@babel/eslint-parser" #326

Open DataHearth opened 2 years ago

DataHearth commented 2 years ago

As said on the NPM page and when installing the dependency, babel-eslint is deprecated in favour to @babel/eslint-parser. I'll be bring updates and maintenance to it and remove the warning in command line.

TO-DO:

CLI OUTPUT:

npm WARN deprecated babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.

Links:

DataHearth commented 2 years ago

I've also spotted some "issue" inside the .eslintrc.json configuration file. Here are the duplicates:

Is there a reason why they're duplicates ? Should it be added to the issue while we're at it ^^ ?