@putout/eslint
Advanced tools
Comparing version 3.5.0 to 3.6.0
@@ -17,3 +17,2 @@ 'use strict'; | ||
const NO_FLAT_CONFIG_FOUND = 'Could not find config file.'; | ||
const WARNING = 1; | ||
@@ -31,2 +30,8 @@ | ||
if (!config) | ||
return true; | ||
if (!config.rules) | ||
return true; | ||
return !keys(config.rules).length; | ||
@@ -33,0 +38,0 @@ }; |
{ | ||
"name": "@putout/eslint", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"type": "commonjs", | ||
@@ -41,7 +41,6 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"@putout/plugin-eslint-plugin": "*", | ||
"c8": "^9.0.0", | ||
"c8": "^10.0.0", | ||
"eslint": "^9.0.0", | ||
"eslint-plugin-n": "^17.0.0", | ||
"eslint-plugin-putout": "^22.0.0", | ||
"just-camel-case": "^4.0.2", | ||
"eslint-plugin-putout": "^23.0.0", | ||
"lerna": "^6.0.1", | ||
@@ -56,2 +55,5 @@ "madrun": "^10.0.0", | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">=8" | ||
}, | ||
"license": "MIT", | ||
@@ -58,0 +60,0 @@ "engines": { |
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
19900
13
383
3