Skip to content

Commit

Permalink
Remove verbose option
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Sep 18, 2024
1 parent 7c79328 commit 2c4687e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lib/variable-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function createVariableRule(ruleName, rules, url) {

// The stylelint docs suggest respecting a "disableFix" rule option that
// overrides the "global" context.fix (--fix) linting option.
const {verbose = false, disableFix} = options
const {disableFix} = options
const fixEnabled = context && context.fix && !disableFix
const seen = new WeakMap()

Expand Down

0 comments on commit 2c4687e

Please sign in to comment.