We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0938722 commit 2e306d3Copy full SHA for 2e306d3
.stylelintrc.js
@@ -14,6 +14,7 @@ module.exports = {
14
'color-function-notation': 'legacy',
15
'color-hex-case': 'lower',
16
'declaration-colon-newline-after': null, // handled by Prettier
17
+ 'font-family-no-missing-generic-family-keyword': null,
18
'function-no-unknown': null,
19
'import-notation': null,
20
indentation: null, // handled by Prettier
@@ -46,7 +47,6 @@ module.exports = {
46
47
'selector-no-vendor-prefix': null, // 19 errors
48
'selector-class-pattern': null, // 19 errors
49
'value-no-vendor-prefix': null, // 9 errors
- 'font-family-no-missing-generic-family-keyword': null, // 8 errors
50
},
51
reportNeedlessDisables: true,
52
};
0 commit comments