Skip to content

Commit

Permalink
fix(smartlint): dprint log-level fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Jan 4, 2024
1 parent 42c249c commit b152b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smartlint/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const linterCommandsMap = {
eslint: 'eslint --color',
stylelint: 'stylelint --color',
markdown: 'dprint check --verbose',
markdown: 'dprint check --log-level=warn',
htmllint: 'htmlhint',
jsonymllint: 'spectral lint --ignore-unknown-format',
dockerfile: 'dockerfilelint',
Expand Down

0 comments on commit b152b58

Please sign in to comment.