Skip to content

Commit

Permalink
feat(stylelint-config): add url scheme rules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Aug 13, 2024
1 parent 51b5e0f commit 21ad603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/stylelint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ module.exports = {
'alpha-value-notation': 'number',
'custom-property-pattern': null,
'font-family-name-quotes': 'always-where-required',
'function-url-no-scheme-relative': true,
'function-url-scheme-disallowed-list': ['ftp', 'http'],
'length-zero-no-unit': true,
'no-descending-specificity': null,
'selector-class-pattern': null,
Expand Down

0 comments on commit 21ad603

Please sign in to comment.