Skip to content

Commit 932e9c1

Browse files
authored
Merge pull request #3 from yasharsanaei/udpate-to-stylelint-16
Update to stylelint 16 refactor
2 parents 300a52f + c40496b commit 932e9c1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

index.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
// 'stylelint-no-unused-selectors', //TODO: this package has no updates since Aug 2021 and is not compatible with new stylelint version, removed from package.json.
66
'stylelint-use-logical-spec',
77
'stylelint-max-lines',
8-
'@signal-noise/stylelint-scales',
8+
'stylelint-scales',
99
],
1010
rules: {
1111
'selector-class-pattern': ['^([a-z0-9]+-)*([a-z0-9]+)$', { severity: 'warning' }],
@@ -73,10 +73,6 @@ module.exports = {
7373
[{ scale: [1, 2], units: ['px'] }],
7474
{ severity: 'warning', disableFix: true },
7575
],
76-
'scales/font-families': [
77-
['dana-VF', 'system-ui', 'monospace', 'dana', 'sans-serif', 'tahoma'],
78-
{ severity: 'error', disableFix: true },
79-
],
8076
'scales/font-sizes': [
8177
[{ scale: [0.75, 0.875, 1, 1.125, 1.25, 1.5, 2], units: ['rem'] }],
8278
{ severity: 'error', disableFix: true },

0 commit comments

Comments
 (0)