Code Monkey home page Code Monkey logo

Comments (4)

ljharb avatar ljharb commented on July 1, 2024 1

Small plug for using https://www.npmjs.com/package/safe-publish-latest to avoid accidental latest publishes when maintaining multiple version lines :-p

from eslint-find-rules.

ljharb avatar ljharb commented on July 1, 2024

You're correct that in order to support both eslint 2 and 3, you'll have to conditionally install eslint 2 for node < 4 in travis, and eslint 3 for node >= 4.

Personally I think this is worth it to maintain back compat for awhile - if you disagree, then surely you'll want to drop support for pre-node-4. However, eslint 3 kept support for the eslint 2 rule format precisely to give eslint 2 users time to upgrade - and the longer eslint-find-rules supports both, the easier it will be for eslint 2 users to smoothly upgrade to eslint 3.

from eslint-find-rules.

ta2edchimp avatar ta2edchimp commented on July 1, 2024

I'd definitely vote for keeping backwards compatibility for a while.
As I'd like to get the coloured output feature #52 also for ESLint 2 (in case it won't take us forever to realize it 😜 ), how about another dist-channel to enable certain features and fixes for ESLint 2 users, while generally proceeding with version 2 (for ESLint 3)?
(I personally have zero experience in using the npm dist channels though ...)

from eslint-find-rules.

sarbbottam avatar sarbbottam commented on July 1, 2024

Sounds good!

from eslint-find-rules.

Related Issues (20)

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.