Skip to content
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
@brandondurham

Description

@brandondurham

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions