I'm installing ESLint on a project with the following command:
npm install --save-dev eslint@latest
which gets me the 4.1.1 version of the package.
After i init it with the command:
./node_modules/.bin/eslint --init
I follow the instructions to use Airbnb codestyle and i get downgraded to version 3.19.0.
How can i get it to use version 4.0.0 atleast?