postcss / postcss-custom-properties

Use Custom Properties in CSS
https://postcss.github.io/postcss-custom-properties
MIT License
597 stars 77 forks source link

Replace babel-eslint with @babel/eslint-parser #249

Closed mbelsky closed 2 years ago

mbelsky commented 3 years ago

Hey,

babel-eslint has been deprecated. And it's recommended to use @babel/eslint-parser instead.

This is one of npm i output lines:

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