@putout/eslint
Advanced tools
Comparing version 3.7.0 to 3.8.0
@@ -102,3 +102,3 @@ 'use strict'; | ||
const [report] = results; | ||
const {output} = report; | ||
const {output = code} = report; | ||
@@ -110,6 +110,3 @@ const places = report | ||
return [ | ||
output || code, | ||
places, | ||
]; | ||
return [output, places]; | ||
}; | ||
@@ -116,0 +113,0 @@ |
{ | ||
"name": "@putout/eslint", | ||
"version": "3.7.0", | ||
"version": "3.8.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", |
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
20145
388