Skip to content

Commit

Permalink
Disable rule that forces an extention after an import
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnNieuwenhuizen committed Sep 12, 2023
1 parent 92e3d66 commit f5b965b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/.stylelintrc
Original file line number Diff line number Diff line change
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": "always",
"scss/at-import-partial-extension": null,
"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 f5b965b

Please sign in to comment.