This repository was archived by the owner on Aug 7, 2023. It is now read-only.
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Cannot destructure property isPathValid
of 'undefined' or 'null'. #581
Open
Description
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
):
{
"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.
Metadata
Metadata
Assignees
Labels
No labels