SrBrahma / eslint-config-gev

My curated ESLint rules
MIT License
6 stars 0 forks source link

Add npx to set this up #1

Closed SrBrahma closed 1 year ago

SrBrahma commented 3 years ago

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.

SrBrahma commented 3 years ago

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