Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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": {
    "filenames/match-regex": [2, "^.+\\.module(\\.scss)$"]
  }