GithubHelp home page GithubHelp logo

Comments (4)

adamelliotfields avatar adamelliotfields commented on June 4, 2024

Hey @jacobleesinger , I actually was just cleaning up my public NPM profile and did remove it. It had no dependencies and virtually no weekly downloads.

I suppose you could copy the config from GitHub (which I'm probably going to delete soon), but I'd really recommend using something like Airbnb (especially since none of my packages on NPM have been updated in 4 years).

from eslint-plugin-semistandard-react.

jacobleesinger avatar jacobleesinger commented on June 4, 2024

can I fork the repo and republish the package? This is blocking some fairly urgent changes I need to deploy and I'd really rather not have to redo my linting setup to do so.

from eslint-plugin-semistandard-react.

adamelliotfields avatar adamelliotfields commented on June 4, 2024

If I were in your shoes, I would just remove the lint script from whatever CI you're using just to get your builds to pass.

I say that because when you unpublish a package from NPM, you cannot publish a new version for 24 hours.

Edit: You can just update your package.json to pull these 2 packages from GitHub instead of NPM.

{
  "devDependencies": {
-   "eslint-config-semistandard-react": "^4.2.0",
-  	"eslint-plugin-semistandard-react": "^4.1.0"
+   "eslint-config-semistandard-react": "github:adamelliotfields/eslint-config-semistandard-react#v4.2.0",
+   "eslint-plugin-semistandard-react": "github:adamelliotfields/eslint-plugin-semistandard-react#v4.1.0"
  }
}

I'm going to publish a patch version to NPM later this afternoon with a deprecation message and instructions on how to migrate to the official config.

from eslint-plugin-semistandard-react.

adamelliotfields avatar adamelliotfields commented on June 4, 2024

Just published v4.1.1 of the plugin and v4.2.1 of the config to NPM with a deprecation message. You might have to update your package-lock.json so it downloads the latest versions of each, since the other versions no longer exist.

from eslint-plugin-semistandard-react.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.