stylelint / vscode-stylelint

The official Visual Studio Code extension for Stylelint

Home Page:https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't check styled-components format issue with latest version of vscode-stylelint

CGSimplePeople opened this issue · comments

How did you encounter this bug?

When I use 0.87.6 version of vscode-stylelint I can check styled-compoments code specification, when I upgrade to latest vscode-stylelint I can't check styled-components

Code Snippet

No response

Stylelint Configuration

{
"extends": ["stylelint-config-rational-order", "stylelint-config-recommended"],
"plugins": ["stylelint-order"],
"overrides": [
{
"files": ["**/*.{js,ts,tsx}"],
"customSyntax": "@stylelint/postcss-css-in-js",
"rules": {
"function-no-unknown": null,

  }
}

],
"rules": {
"function-no-unknown": null,
}
}

Extension Configuration

No response

Actual Behaviour

Using the same stylelint configuration, unable to check code after upgrading vscode-stylelint

Expected Behaviour

I don't know which configuration is the problem

Logs

No response

Stylelint Version

14.9.1

vscode-stylelint Version

1.22

Node.js Version

v16.5.1

Operating System

windows11

Windows Subsystem for Linux

No response

Code of Conduct

  • I agree to follow vscode-stylelint's Code of Conduct

"stylelint.validate": ["css", "scss", "typescript", "typescriptreact"]

"stylelint.validate": ["css", "scss", "typescript", "typescriptreact"]

I've been searching it for quite some time, thank you.