@eslint/core
Advanced tools
@@ -520,3 +520,3 @@ /** | ||
| */ | ||
| export type RuleConfig<RuleOptions extends unknown[] = unknown[]> = Severity | [Severity, ...RuleOptions]; | ||
| export type RuleConfig<RuleOptions extends unknown[] = unknown[]> = Severity | [Severity, ...Partial<RuleOptions>]; | ||
| /** | ||
@@ -523,0 +523,0 @@ * A collection of rules and their configurations. |
@@ -520,3 +520,3 @@ /** | ||
| */ | ||
| export type RuleConfig<RuleOptions extends unknown[] = unknown[]> = Severity | [Severity, ...RuleOptions]; | ||
| export type RuleConfig<RuleOptions extends unknown[] = unknown[]> = Severity | [Severity, ...Partial<RuleOptions>]; | ||
| /** | ||
@@ -523,0 +523,0 @@ * A collection of rules and their configurations. |
+2
-3
| { | ||
| "name": "@eslint/core", | ||
| "version": "0.15.0", | ||
| "version": "0.15.1", | ||
| "description": "Runtime-agnostic core of ESLint", | ||
@@ -44,4 +44,3 @@ "type": "module", | ||
| "devDependencies": { | ||
| "json-schema": "^0.4.0", | ||
| "typescript": "^5.8.3" | ||
| "json-schema": "^0.4.0" | ||
| }, | ||
@@ -48,0 +47,0 @@ "engines": { |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1
-50%67892
-0.01%