Please help us enhance and debug the syntaxes we use in stylelint:
To contribute to a syntax, you should:
syntax: *
labels to identify which syntax is behind an issue.Fixing bugs in syntaxes can take time. stylelint can work around these bug by turning off autofix for incompatible sources. Autofix can then remain safe to use while contributors try to fix the underlying issue.
stylelint currently turns off autofix for sources that contain:
To add a new workaround, you should:
lib/lintSource.js
to detect the incompatible pattern.lib/__tests__/standalone-fix.test.js
.docs/developer-guides/syntaxes.md
.