@@ -8,5 +8,11 @@ module.exports = {
message: 'Expected class pattern to be BEM style',
},
],
+ 'font-family-no-missing-generic-family-keyword': [
+ true,
+ {
+ ignoreFontFamilies: ['DINAlternate'],
+ },
+ ],
};