Recommended Stylelint rules for the Sourcegraph repo.
Update your .stylelintrc.json file to add the following configuration:
"plugins": [
"@sourcegraph/stylelint-plugin-sourcegraph"
],
"rules": {
"filenames/match-regex": [2, "^.+\\.module(\\.scss)$"]
}