Эх сурвалжийг харах

chore(config): 更新 stylelint 字体样式规则

wangcong 2 сар өмнө
parent
commit
e9d044f965

+ 6 - 0
.stylelintrc.cjs

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