Skip to content

Commit

Permalink
docs(logs): update documentation for reporters
Browse files Browse the repository at this point in the history
  • Loading branch information
adorade committed Oct 7, 2024
1 parent ff79ba2 commit 707ebd6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,13 @@ reporters: [
formatter: stylish,

// log the formatted result to console (optional):
console: true
console: true,

// save the formatted result to a file (optional):
save: 'text-report.txt',
// - provide a path to the logs directory
// save: 'logs/stylelint-report.txt'
// - or save the report to root (default)
save: 'stylelint-report.txt'
}
```

Expand Down

0 comments on commit 707ebd6

Please sign in to comment.