Open BigBlueHat opened 7 months ago
npm, npx, and peerdep instructions are getting a bit complex. Can this say that eslint v8 is required and leave it at that? The npx eslint --init
command also needs to be pinned to v8 now too.
Here's what I just had to do in a new repo to get things to work:
$ npm i -D eslint@8 # I started here...no idea if I could have skipped it...
$ npm i -D eslint-config-digitalbazaar
$ npm i -D eslint-plugin-unicorn # per error messages
$ npm i -D eslint-plugin-jsdoc # per more errors
Avoiding lack of eslint v9 support per #73.