Giter Site home page Giter Site logo

intolerable-style-guide's People

Contributors

dependabot[bot] avatar echelonfour avatar github-actions[bot] avatar maxsorensenf5 avatar solarflare045 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

intolerable-style-guide's Issues

Broken on npm 7+

Apparently npm have decided that peer dependancies are real now, not just something to give unlimted warnings about whenever installing anything.

The setup of this repo relied on installing all the packages at the top level of the root project, they are technically peer dependancies. But if they are just regular dependancies, then they would probabaly be installed fine. And they were. Until npm 7. The new peer system decides to install some of the plugins under this package, rather than the root project.

I tried to add all the dependancies as peers in a branch, but that didn't solve it. All the plugins have their own mind about it, and it still resolves to not install at the root level.

Only fix for it right now is using this to install like this:

npm i eslint-config-intolerable-style-guide -D --legacy-peer-deps

which kinda sucks. Maybe now that peers are real, the packages (and us) will have to not be so loosy goosey with it. Need to revist this issue later.

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.