to use: install and run with npx
npx run alexx-peer
-installed ESLint with
npm install eslint --save-dev
-initialized ESLlint config
npx eslint --init
-updated package.json to add a script for Lint
-the script runs for the index.js file
npm run lint