@sourcegraph/stylelint-plugin-sourcegraph
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

stylelint-plugin-sourcegraph

Recommended Stylelint rules for the Sourcegraph repo.

Setup

Update your .stylelintrc.json file to add the following configuration:

{
  "plugins": ["@sourcegraph/stylelint-plugin-sourcegraph"],
  "rules": {
    "@sourcegraph/filenames-match-regex": [
      2,
      {
        "regexp": "^.+\\.module(\\.scss)$"
      }
    ],
    "@sourcegraph/no-restricted-imports": [
      2,
      {
        "paths": ["bootstrap*", "reactstrap/styles.css"]
      }
    ]
  }
}

/@sourcegraph/stylelint-plugin-sourcegraph/

    Package Sidebar

    Install

    npm i @sourcegraph/stylelint-plugin-sourcegraph

    Weekly Downloads

    213

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    14.9 kB

    Total Files

    26

    Last publish

    Collaborators

    • techopsadmin
    • andreeleuterio
    • sourcegraph-bot
    • sqs
    • beyang
    • slimsag