Skip to content

Commit

Permalink
Replace deprecated rule (#305)
Browse files Browse the repository at this point in the history
Replace `scss/at-import-partial-extension` with `scss/load-partial-extension` introduced with `stylelint-scss` 6.4.0
  • Loading branch information
kristerkari authored Jul 9, 2024
1 parent 7ba96d5 commit 0f817d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ module.exports = {
],
'scss/at-extend-no-missing-placeholder': true,
'scss/at-if-no-null': true,
'scss/at-import-partial-extension': 'never',
'scss/at-rule-no-unknown': true,
'scss/comment-no-empty': true,
'scss/declaration-nested-properties-no-divided-groups': true,
'scss/dollar-variable-no-missing-interpolation': true,
'scss/function-quote-no-quoted-strings-inside': true,
'scss/function-unquote-no-unquoted-strings-inside': true,
'scss/load-no-partial-leading-underscore': true,
'scss/load-partial-extension': 'never',
'scss/no-duplicate-mixins': true,
'scss/no-global-function-names': true,
'scss/operator-no-newline-after': true,
Expand Down

0 comments on commit 0f817d2

Please sign in to comment.