I have to keep accessing the README for the required packages and for the .eslintrc, for projects not created with gev. Like gev, this could have a npx to set up the devDeps and the .eslintrc. If .eslintrc already exists, it will warn the user and prompt for confirmation. -f/-y will do it without prompting.
Also, there could be a npx eslint-config-gev update to install the all the latest eslint/plugins versions. It could get the devDeps list, filter for the eslint related packages, and npm i -D them@latest
I have to keep accessing the README for the required packages and for the .eslintrc, for projects not created with gev. Like gev, this could have a npx to set up the devDeps and the .eslintrc. If .eslintrc already exists, it will warn the user and prompt for confirmation. -f/-y will do it without prompting.
Also, as gev, it would check for latest version.