Skip to content

How to Use? #3

@khrome83

Description

@khrome83

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions