gilbarbara / codeclimate-stylelint

A Code Climate engine for the mighty, modern CSS linter
24 stars 18 forks source link

Include config 'stylelint-config-airbnb' #30

Closed danielvijge closed 5 years ago

danielvijge commented 5 years ago

Include the config stylelint-config-airbnb

gilbarbara commented 5 years ago

hey, This package seems dead... I merged your PR but while running the test locally it required an old version of stylelint and I couldn't find the repo to check dependencies. So I'll remove it.

danielvijge commented 5 years ago

Thanks for looking into this.

In the original merge request I didn't include a new package-lock.json, because there were many other merge requests as well, and I thought it might lead to merge conflicts. The old versions are devDependencies only. If a new package-lock.json file is generated with npm install --package-lock, it detects that stylelint-config-airbnb only depends on ava and editorconfig-tools.

Would you accept a new merge request that includes package-lock.json?

gilbarbara commented 5 years ago

The problem is that this package wasn't even merged in Airbnb's repo yet and the last update in the PR is from last year. The published npm version (0.0.0!!) depends on deprecated node.js APIs.

I'm sorry but until the PR is merged and the package is officially maintained I can't add it. Try to send a message in that PR to see if things move.