Skip to content

Commit

Permalink
Update scss/at-import-partial-extension to "never"
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnNieuwenhuizen committed Sep 12, 2023
1 parent f5b965b commit cd26f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/.stylelintrc
Expand Up @@ -47,7 +47,7 @@
"rule-empty-line-before": null,
"scss/at-extend-no-missing-placeholder": true,
"scss/at-import-no-partial-leading-underscore": true,
"scss/at-import-partial-extension": null,
"scss/at-import-partial-extension": "never",
"scss/at-rule-conditional-no-parentheses": true,
"scss/at-rule-no-unknown": true,
"scss/dollar-variable-empty-line-before": null,
Expand Down

0 comments on commit cd26f77

Please sign in to comment.