@putout/eslint
Advanced tools
Comparing version 2.4.0 to 3.0.0
@@ -149,5 +149,4 @@ 'use strict'; | ||
if (node === node.parent?.body?.[n]) { | ||
if (node === node.parent?.body?.[n]) | ||
return true; | ||
} | ||
} | ||
@@ -154,0 +153,0 @@ |
@@ -74,4 +74,3 @@ 'use strict'; | ||
!putout && disablePutout(finalConfig); | ||
// that's right, we disabled "putout" rules in "config" | ||
// and now it located in eslint's cache | ||
// that's right, we disabled "putout" rules in "config" // and now it located in eslint's cache | ||
@@ -78,0 +77,0 @@ const results = await eslint.lintText(code, { |
{ | ||
"name": "@putout/eslint", | ||
"version": "2.4.0", | ||
"version": "3.0.0", | ||
"type": "commonjs", | ||
@@ -32,3 +32,3 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"dependencies": { | ||
"find-up": "^6.3.0", | ||
"find-up": "^7.0.0", | ||
"try-to-catch": "^3.0.1" | ||
@@ -45,6 +45,6 @@ }, | ||
"eslint-plugin-n": "^16.0.0", | ||
"eslint-plugin-putout": "^20.0.0", | ||
"eslint-plugin-putout": "^22.0.0", | ||
"just-camel-case": "^4.0.2", | ||
"lerna": "^6.0.1", | ||
"madrun": "^9.0.0", | ||
"madrun": "^10.0.0", | ||
"mock-require": "^3.0.3", | ||
@@ -54,3 +54,3 @@ "montag": "^1.0.0", | ||
"putout": "*", | ||
"supertape": "^8.0.0", | ||
"supertape": "^9.0.0", | ||
"try-catch": "^3.0.0" | ||
@@ -60,3 +60,3 @@ }, | ||
"engines": { | ||
"node": ">=16" | ||
"node": ">=18" | ||
}, | ||
@@ -63,0 +63,0 @@ "publishConfig": { |
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
18117
331
+ Addedfind-up@7.0.0(transitive)
+ Addedunicorn-magic@0.1.0(transitive)
- Removedfind-up@6.3.0(transitive)
Updatedfind-up@^7.0.0