digitalbazaar / eslint-config-digitalbazaar

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Recommend eslint v8 in README. #74

Open BigBlueHat opened 7 months ago

BigBlueHat commented 7 months ago

Avoiding lack of eslint v9 support per #73.

davidlehn commented 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.

BigBlueHat commented 6 months ago

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