Closed AndyOGo closed 1 year ago
Alright, there are some fixes available as part of the next
tag.
npm install --save eslint-plugin-diff@next
$ npm ls eslint-plugin-diff
└── eslint-plugin-diff@2.0.2-2
dist/ci.js
exists, see:
https://www.runpkg.com/?eslint-plugin-diff@2.0.2-2/dist/ci.js
Thanks for highlighting this. 2.0.2 has now been released, so npm install --save eslint-plugin-diff
will work now.
First, this is a really neat idea!
Is your feature request related to a problem? Please describe.
Yes, as follows:
npm install --save eslint-plugin-diff
create a shareable ESLint config and extends from
"plugin:diff/ci"
as outline hereDescribe the solution you'd like
EsLint should be able to find
plugin:diff/ci
Describe alternatives you've considered None
Additional context
dist/ci.js
is missing from the build, see: https://www.runpkg.com/?eslint-plugin-diff@2.0.1