Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
fix: turn off selector-max-universal rule
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkygames123 committed Dec 2, 2021
1 parent ca7bd7e commit 810b95a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ module.exports = {
'selector-max-compound-selectors': 4,
'selector-max-id': 0,
'selector-max-type': 2,
'selector-max-universal': 1,
'selector-no-qualifying-type': true,
'string-quotes': null,
},
Expand Down

0 comments on commit 810b95a

Please sign in to comment.