File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
tools/eslint-multi-format Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Use the `ESLINT_FORMATTER_CONFIG` environment variable to configure the formatte
88
99### Configuration Schema
1010
11- ``` json
11+ ``` jsonc
1212{
1313 " outputDir" : " ./reports" , // Optional: Output directory (default: cwd/.eslint)
1414 " filename" : " eslint-report" , // Optional: Base filename without extension (default: 'eslint-report')
Original file line number Diff line number Diff line change @@ -136,8 +136,7 @@ export function persistEslintReport(
136136 content ,
137137 ) ;
138138 if ( verbose ) {
139- // eslint-disable-next-line no-console
140- console . log ( `ESLint report (${ format } ) written to: ${ outputDir } ` ) ;
139+ console . info ( `ESLint report (${ format } ) written to: ${ outputDir } ` ) ;
141140 }
142141 return true ;
143142 } catch ( error_ ) {
You can’t perform that action at this time.
0 commit comments