Skip to content

Commit 2e306d3

Browse files
committed
ignore font-family-no-missing-generic-family-keyword
1 parent 0938722 commit 2e306d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stylelintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
'color-function-notation': 'legacy',
1515
'color-hex-case': 'lower',
1616
'declaration-colon-newline-after': null, // handled by Prettier
17+
'font-family-no-missing-generic-family-keyword': null,
1718
'function-no-unknown': null,
1819
'import-notation': null,
1920
indentation: null, // handled by Prettier
@@ -46,7 +47,6 @@ module.exports = {
4647
'selector-no-vendor-prefix': null, // 19 errors
4748
'selector-class-pattern': null, // 19 errors
4849
'value-no-vendor-prefix': null, // 9 errors
49-
'font-family-no-missing-generic-family-keyword': null, // 8 errors
5050
},
5151
reportNeedlessDisables: true,
5252
};

0 commit comments

Comments
 (0)