Skip to content

Commit 5134413

Browse files
committed
Fix stylelint
1 parent fc95800 commit 5134413

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

stylelint.config.mjs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,20 @@ export default {
1414
files: ['**/*.js', '**/*.cjs', '**/*.mjs', '**/*.ts', '**/*.tsx'],
1515
customSyntax: 'postcss-styled-syntax',
1616
},
17+
{
18+
files: [
19+
'docs/data/material/integrations/interoperability/**/*.js',
20+
'docs/data/material/integrations/interoperability/**/*.tsx',
21+
],
22+
rules: {
23+
'nesting-selector-no-missing-scoping-root': null,
24+
},
25+
},
26+
{
27+
files: ['docs/data/joy/**/*.js', 'docs/data/joy/**/*.tsx'],
28+
rules: {
29+
'property-no-deprecated': null,
30+
},
31+
},
1732
],
1833
};

0 commit comments

Comments
 (0)