You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues reproduced by using legacy packet manager — Yarn 1 — which doesn't install peer dependencies, unlike npm or pnpm. While this project doesn't directly dependent on typescript package, project dependencies do have peer dependencies on typescript.
When I run stylelint with
postcss-styled-syntax
, I get this error message:Note: I replaced the original file paths with
<project-path>
.We do not use Typescript in our projects, nor do we want to install it just for stylelint. There is also another issue (#12) related to Typescript.
You can find a minimalistic setup for reproduction here: https://stackblitz.com/edit/stylelint-custom-syntax-error?file=package.json
Steps:
stylelint .
The text was updated successfully, but these errors were encountered: