Skip to content

Commit

Permalink
Replace deprecated rule (#259)
Browse files Browse the repository at this point in the history
Replace `scss/at-import-no-partial-leading-underscore` with `scss/at-import-no-partial-leading-underscore` introduced with stylelint-scss 5.3.0
  • Loading branch information
XhmikosR committed Nov 2, 2023
1 parent f11cf0c commit 0cdbc84
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-no-partial-leading-underscore': 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/no-duplicate-mixins': true,
'scss/no-global-function-names': true,
'scss/operator-no-newline-after': true,
Expand Down

0 comments on commit 0cdbc84

Please sign in to comment.