naviapps / create-nw-react-app

Create NW.js React apps with no build configuration.
MIT License
144 stars 14 forks source link

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

Open Bonnev opened 2 years ago

Bonnev commented 2 years ago

While installing eslint-config-nw-react-app, i saw this message from babel-eslint:

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

I checked which packages have it as dependencies and saw that this one is one of them. Could we adjust the nw-react-scripts and eslint-config-nw-react-app dependencies to update this dependency to @babel/eslint-parser?