Add `languageOptions.syntax` support to `function-no-unknown`
Author: jeddy3Created Jun 8, 2026Updated Sep 8, 2026
Labelsstatus: wip
We can use csstree to check for unknown functions, as we did for property-no-unknown in:
It'll remove the css-functions-list dep:
And add support for languageOptions.syntax to the rule.
(May require a slight change in prefixed behaviour, so adding to 18.)
Source: stylelint/stylelint