eslint-plugin-perfectionist
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -275,2 +275,9 @@ 'use strict' | ||
} | ||
if ( | ||
selector === 'class' && | ||
modifiers.includes('export') && | ||
modifiers.includes('decorated') | ||
) { | ||
continue | ||
} | ||
let { defineGroup, getGroup } = useGroups.useGroups(options) | ||
@@ -277,0 +284,0 @@ for (let officialGroup of generatePredefinedGroups.generatePredefinedGroups( |
{ | ||
"name": "eslint-plugin-perfectionist", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.", | ||
@@ -26,3 +26,2 @@ "keywords": [ | ||
"dependencies": { | ||
"@azat-io/eslint-config": "^2.1.2", | ||
"@typescript-eslint/types": "^8.15.0", | ||
@@ -29,0 +28,0 @@ "@typescript-eslint/utils": "^8.15.0", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
270189
4
7429
0
- Removed@azat-io/eslint-config@^2.1.2