Skip to content

Commit 707ebd6

Browse files
committed
docs(logs): update documentation for reporters
1 parent ff79ba2 commit 707ebd6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,13 @@ reporters: [
122122
formatter: stylish,
123123

124124
// log the formatted result to console (optional):
125-
console: true
125+
console: true,
126126

127127
// save the formatted result to a file (optional):
128-
save: 'text-report.txt',
128+
// - provide a path to the logs directory
129+
// save: 'logs/stylelint-report.txt'
130+
// - or save the report to root (default)
131+
save: 'stylelint-report.txt'
129132
}
130133
```
131134

0 commit comments

Comments
 (0)