Skip to content

Commit

Permalink
fix: stylelint quietDeprecationWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 committed Dec 12, 2023
1 parent 0124f46 commit 0a757c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nx-stylelint/src/executors/lint/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export async function lintExecutor(
files: options.lintFilePatterns,
formatter: resolvedFormatter,
maxWarnings: options.maxWarnings ? options.maxWarnings : undefined,
quietDeprecationWarnings: true,
});

const totalWarnings = result.results
Expand Down

0 comments on commit 0a757c4

Please sign in to comment.