@putout/eslint
Advanced tools
Comparing version 3.3.0 to 3.4.0
'use strict'; | ||
const process = require('process'); | ||
const process = require('node:process'); | ||
const {simpleImport} = require('./simple-import.js'); | ||
@@ -12,2 +12,3 @@ const tryToCatch = require('try-to-catch'); | ||
const noESLintWarnings = process.env.NO_ESLINT_WARNINGS; | ||
const NO_FLAT_CONFIG_FOUND = 'Could not find config file.'; | ||
@@ -20,2 +21,5 @@ const WARNING = 1; | ||
if (configError?.message === NO_FLAT_CONFIG_FOUND) | ||
return true; | ||
if (configError) | ||
@@ -22,0 +26,0 @@ return false; |
{ | ||
"name": "@putout/eslint", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", |
Sorry, the diff of this file is not supported yet
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
19241
362