Skip to content

Commit a92d699

Browse files
committed
Disable scss/load-no-partial-leading-underscore
This rule wants @use/@import paths written without the file's leading underscore (e.g. @use "variables" for _variables.scss). Not a convention we want to enforce here.
1 parent a044b52 commit a92d699

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.stylelintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@wordpress/stylelint-config/scss-stylistic",
33
"rules": {
4-
"selector-class-pattern": null
4+
"selector-class-pattern": null,
5+
"scss/load-no-partial-leading-underscore": null
56
}
67
}

0 commit comments

Comments
 (0)