alexx-peer
v1.0.4
Published
to use: install and run with npx
Readme
npm alexx
a lil package that tells you my name
to use: install and run with npx
npx run alexx-peerESLint install process:
-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
To lint the JS file use command:
npm run lint