mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 09:11:56 +00:00
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"extends": ["@sourcegraph/stylelint-config"],
|
|
"plugins": ["@sourcegraph/stylelint-plugin-sourcegraph"],
|
|
"rules": {
|
|
"@sourcegraph/filenames-match-regex": [
|
|
true,
|
|
{
|
|
"regexp": "^.+\\.module(\\.scss)$"
|
|
}
|
|
]
|
|
}
|
|
}
|