eslint-formatter-mo
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -114,3 +114,3 @@ const chalk = require( 'chalk' ) | ||
return chalk.bgBlack( `${ lineNo } ${ indentation } ` ) + | ||
return `${ lineNo } ${ indentation } ` + | ||
`\n${ indicators.map( display ).join( '\n' ) }` | ||
@@ -117,0 +117,0 @@ } |
{ | ||
"name": "eslint-formatter-mo", | ||
"description": "Good-lookin' ESLint formatter for delightful readability", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "lib/index.js", | ||
@@ -48,3 +48,4 @@ "files": [ | ||
"semantic-release": "^17.0.4" | ||
} | ||
}, | ||
"packageManager": "pnpm@9.15.1" | ||
} |
11197
5