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
It sounds like this is is trying to parse a cjs file with the css parser. I suspect the issue is in postcss-syntax, which recognises .js and .mjs files as things that should use the postcss-jsx parser, but doesn't account for .cjs files.
stylelint.vscode-stylelint
extensiona.cjs
fileit show error:
error will disappear if rename file from
a.cjs
intoa.js
.The text was updated successfully, but these errors were encountered: