Open brandondurham opened 3 years ago
After adding a stylelint config (see below) to my project I get this error:
[Linter] Error running stylelint TypeError: Cannot destructure property `isPathValid` of 'undefined' or 'null'.
This is my simple config (.stylelintrc.json):
.stylelintrc.json
{ "extends": "stylelint-config-standard", "plugins": [ "stylelint-order" ], "rules": { "order/order": [ "custom-properties", "declarations" ], "order/properties-order": [ "width", "height" ] } }
Running Atom 1.52.0 x64 and linter-stylelint 4.5.1.
I have the same issue
Any updates on this issue?
I have the same issues
After adding a stylelint config (see below) to my project I get this error:
This is my simple config (
.stylelintrc.json
):Running Atom 1.52.0 x64 and linter-stylelint 4.5.1.