eslint-formatter-mo
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -79,2 +79,3 @@ const path = require( 'path' ) | ||
fixable: Boolean( m.fix ), | ||
ruleId: m.ruleId, | ||
} | ||
@@ -81,0 +82,0 @@ } ) |
@@ -48,2 +48,3 @@ const chalk = require( 'chalk' ) | ||
fixable: l.fixable, | ||
ruleId: l.ruleId, | ||
} | ||
@@ -105,5 +106,6 @@ } ).sort( ( a, b ) => { | ||
'' | ||
const ruleId = i.ruleId ? chalk.dim( ` [ ${ i.ruleId } ]` ) : '' | ||
return chalk.dim( i.content ) + | ||
`${ i.severity === 'warning' ? chalk.yellow.dim( '⚠' ) : chalk.red( '✖' ) } ` + | ||
chalk.dim( i.message ) + fixableMessage | ||
chalk.dim( i.message ) + ruleId + fixableMessage | ||
} | ||
@@ -110,0 +112,0 @@ |
{ | ||
"name": "eslint-formatter-mo", | ||
"description": "Good-lookin' ESLint formatter for delightful readability", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12666
6
219