Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stylelint dependency #314

Open
guilhermehn opened this issue Jun 27, 2017 · 2 comments
Open

Update stylelint dependency #314

guilhermehn opened this issue Jun 27, 2017 · 2 comments

Comments

@guilhermehn
Copy link

stylefmt is not working with the newer version of stylelint because of the new rule selector-max-id, which deprecates the selector-no-id rule.

stylefmt's stylelint version: 7.10.1
current stylelint version: 7.12.0

@lkraav
Copy link

lkraav commented Aug 5, 2017

stylelint recently reached 8.0.0

@alexander-schranz
Copy link

alexander-schranz commented Sep 26, 2017

I'm little bit confused I get: Undefined rule selector-max-id at module.exports (node_modules/stylefmt/node_modules/stylelint/lib/utils/configurationError.js:8:27)
with ^5.* it works with stylefmt ^6.0.0 it doesn't. I did set my version back to 5 but not sure why 5 version works and 6 doesn't work with the newest stylelint.

Working:

    "stylefmt": "^5.3.2",
    "stylelint": "^8.1.1",
    "stylelint-config-standard": "^17.0.0",

Not Working:

    "stylefmt": "^6.0.0",
    "stylelint": "^8.1.1",
    "stylelint-config-standard": "^17.0.0",

UPDATE:

I'm not sure why but after a clean install and a restart it works. so maybe issue with yarn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants