|
@@ -60,6 +60,12 @@ module.exports = {
|
|
'value-keyword-case': ['lower', { ignoreKeywords: ['optimizeLegibility', 'currentColor'] }],
|
|
'value-keyword-case': ['lower', { ignoreKeywords: ['optimizeLegibility', 'currentColor'] }],
|
|
'max-nesting-depth': [10, { ignore: ['blockless-at-rules', 'pseudo-classes'] }],
|
|
'max-nesting-depth': [10, { ignore: ['blockless-at-rules', 'pseudo-classes'] }],
|
|
'selector-no-qualifying-type': [true, { ignore: ['attribute', 'class', 'id'] }],
|
|
'selector-no-qualifying-type': [true, { ignore: ['attribute', 'class', 'id'] }],
|
|
|
|
+ 'font-family-no-missing-generic-family-keyword': [
|
|
|
|
+ true,
|
|
|
|
+ {
|
|
|
|
+ ignoreFontFamilies: ['League'],
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
},
|
|
},
|
|
ignoreFiles: ['**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx'],
|
|
ignoreFiles: ['**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx'],
|
|
overrides: [
|
|
overrides: [
|