-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I have everything setup according to the readme.md
{
"presets": [
"es2015",
"react",
[
"next/babel",
{
"styled-jsx": {
"plugins": [
"styled-jsx-plugin-postcss",
"styled-jsx-plugin-stylelint"
]
}
}
]
]
}
I am not seeing any errors with the plugin being added. I am not seeing any error output when i "break" the css.
I have tried creating non existing classes, adding extra lines, playing with selector definitions, creating fake properties, etc.
Any advice?
Also is there any way to run this via CLI / NPM? I want to lint as part of a CI without running npm run dev
Metadata
Metadata
Assignees
Labels
No labels