Skip to content

Commit

Permalink
fix: false is invalid as a primary option for selector-no-qualifying-…
Browse files Browse the repository at this point in the history
…type
  • Loading branch information
Gary G committed Aug 9, 2022
1 parent 3b1f9a9 commit 0a35dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/selector-no-qualifying-type/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const rule = (primary, secondaryOptions) => {
ruleName,
{
actual: primary,
possible: [true, false],
possible: [true],
},
{
actual: secondaryOptions,
Expand Down

0 comments on commit 0a35dc9

Please sign in to comment.