Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

babelrc + JSX breaks reporting #55

Closed
brandonkal opened this issue Jun 29, 2019 · 0 comments · Fixed by #58
Closed

babelrc + JSX breaks reporting #55

brandonkal opened this issue Jun 29, 2019 · 0 comments · Fixed by #58

Comments

@brandonkal
Copy link

I noticed stylelint was silently not reporting errors in css-in-js files. From experimentation, this only occurs when JSX is used in the file.

The issue is that postcss-jsx is not working properly when babel is configured (e.g. with a .babelrc file in scope).

Here is a minimal repo of the issue: https://github.com/brandonkal/postcss-jsx-bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant