Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcosta7 committed Apr 23, 2024
1 parent abd153f commit 7b0cddd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Expand Up @@ -179,8 +179,6 @@ export default {
{
files: ['**/*.module.css'],
rules: {
// Don't support nesting until it's more broadly shipped
'max-nesting-depth': [0],
'property-no-unknown': [
true,
{
Expand Down Expand Up @@ -210,6 +208,7 @@ export default {
'primer/typography': null,
'primer/box-shadow': null,
'primer/utilities': null,
'scss/selector-no-redundant-nesting-selector': null,
},
},
],
Expand Down

0 comments on commit 7b0cddd

Please sign in to comment.