feat(stylelint ✨): add support for stylelint 14#1091
feat(stylelint ✨): add support for stylelint 14#1091manbearwiz wants to merge 1 commit intophenomnomnominal:masterfrom
Conversation
BREAKING CHANGE: Requires stylelint@^14, config change Stylelint removed the `configOverrides` option. The config passed to stylelint now replaces the configuration loaded from `.stylelintrc`. See the [`Stylelint Migration Guide`](https://stylelint.io/migration-guide/to-14/) for details
|
If you would prefer to handle this stylelint breaking change another way, please let me know. Stylelint does expose a |
|
Thanks for the PR! The |
@phenomnomnominal - do you know the status of this pls? Whilst not the current version of stylelint (16.2.1), it seems like this would be a step in the right direction. I've not found any combination of packages that work with the betterer stylelint test and the stylelint configs If we could work towards using the latest version of stylelint as a peer dependency, that would be ideal. |
|
Looking through old stuff and I realized I never followed up. I looked into making it run on each file independently, but the performance was terrible. |
BREAKING CHANGE: Requires stylelint@^14, config change
Stylelint removed the
configOverridesoption. The config passed to stylelint now replaces the configuration loaded from.stylelintrc.See the
Stylelint Migration Guidefor details.