adamelliotfields / eslint-config-semistandard-react

DEPRECATED
5 stars 1 forks source link

NPM package deleted? #1

Open brandoncc opened 3 years ago

brandoncc commented 3 years ago

Hello, thanks for this plugin. My builds broke because the NPM package was deleted. Is that a permanent thing? Will the repo be gone next?

Thanks again for your hard work on this!

adamelliotfields commented 3 years ago

Hey Brandon, sorry for the inconvenience. I removed some packages from NPM yesterday that had virtually no weekly downloads.

This particular package (and it's corresponding ESLint plugin) had not been updated in 4 years and were written for a very old version of ESLint.

NPM won't let me re-publish them for 24 hours, which will be around 3pm Eastern time today. I'll publish a new version with a deprecation message and instructions on how to migrate.

FWIW, this was just a combination of the following:

So an ESLint config that extends those should work in theory.

adamelliotfields commented 3 years ago

Just published v4.1.1 of the plugin and v4.2.1 of the config to NPM. You might need to update your package.json and/or package-lock.json to make sure you get the latest versions of each, as the other versions no longer exist on NPM.