typescript-eslint
Advanced tools
Comparing version
@@ -78,2 +78,6 @@ "use strict"; | ||
} | ||
if ('extends' in extension) { | ||
throw new TypeError(`tseslint.config(): Config at index ${configIndex}${nameErrorPhrase} has an 'extends' array that contains a config with an 'extends' property at index ${extensionIndex}.` + | ||
` Nested 'extends' is not allowed.`); | ||
} | ||
} | ||
@@ -80,0 +84,0 @@ if (nonObjectExtensions.length > 0) { |
{ | ||
"name": "typescript-eslint", | ||
"version": "8.37.1-alpha.5", | ||
"version": "8.37.1-alpha.6", | ||
"description": "Tooling which enables you to use TypeScript with ESLint", | ||
@@ -53,6 +53,6 @@ "files": [ | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "8.37.1-alpha.5", | ||
"@typescript-eslint/parser": "8.37.1-alpha.5", | ||
"@typescript-eslint/typescript-estree": "8.37.1-alpha.5", | ||
"@typescript-eslint/utils": "8.37.1-alpha.5" | ||
"@typescript-eslint/eslint-plugin": "8.37.1-alpha.6", | ||
"@typescript-eslint/parser": "8.37.1-alpha.6", | ||
"@typescript-eslint/typescript-estree": "8.37.1-alpha.6", | ||
"@typescript-eslint/utils": "8.37.1-alpha.6" | ||
}, | ||
@@ -59,0 +59,0 @@ "peerDependencies": { |
30936
1.06%558
0.72%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed