typescript-eslint
Advanced tools
Comparing version 8.19.2-alpha.7 to 8.19.2-alpha.8
@@ -88,2 +88,3 @@ "use strict"; | ||
'@typescript-eslint/no-misused-promises': 'error', | ||
'@typescript-eslint/no-misused-spread': 'error', | ||
'@typescript-eslint/no-mixed-enums': 'error', | ||
@@ -90,0 +91,0 @@ '@typescript-eslint/no-namespace': 'error', |
@@ -31,2 +31,3 @@ "use strict"; | ||
'@typescript-eslint/no-misused-promises': 'off', | ||
'@typescript-eslint/no-misused-spread': 'off', | ||
'@typescript-eslint/no-mixed-enums': 'off', | ||
@@ -33,0 +34,0 @@ '@typescript-eslint/no-redundant-type-constituents': 'off', |
@@ -36,2 +36,3 @@ "use strict"; | ||
'@typescript-eslint/no-misused-promises': 'error', | ||
'@typescript-eslint/no-misused-spread': 'error', | ||
'@typescript-eslint/no-mixed-enums': 'error', | ||
@@ -38,0 +39,0 @@ '@typescript-eslint/no-redundant-type-constituents': 'error', |
@@ -50,2 +50,3 @@ "use strict"; | ||
'@typescript-eslint/no-misused-promises': 'error', | ||
'@typescript-eslint/no-misused-spread': 'error', | ||
'@typescript-eslint/no-mixed-enums': 'error', | ||
@@ -52,0 +53,0 @@ '@typescript-eslint/no-namespace': 'error', |
{ | ||
"name": "typescript-eslint", | ||
"version": "8.19.2-alpha.7", | ||
"version": "8.19.2-alpha.8", | ||
"description": "Tooling which enables you to use TypeScript with ESLint", | ||
@@ -55,5 +55,5 @@ "files": [ | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "8.19.2-alpha.7", | ||
"@typescript-eslint/parser": "8.19.2-alpha.7", | ||
"@typescript-eslint/utils": "8.19.2-alpha.7" | ||
"@typescript-eslint/eslint-plugin": "8.19.2-alpha.8", | ||
"@typescript-eslint/parser": "8.19.2-alpha.8", | ||
"@typescript-eslint/utils": "8.19.2-alpha.8" | ||
}, | ||
@@ -60,0 +60,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
103041
1442
+ Added@typescript-eslint/eslint-plugin@8.19.2-alpha.8(transitive)
+ Added@typescript-eslint/parser@8.19.2-alpha.8(transitive)
+ Added@typescript-eslint/scope-manager@8.19.2-alpha.8(transitive)
+ Added@typescript-eslint/type-utils@8.19.2-alpha.8(transitive)
+ Added@typescript-eslint/types@8.19.2-alpha.8(transitive)
+ Added@typescript-eslint/typescript-estree@8.19.2-alpha.8(transitive)
+ Added@typescript-eslint/utils@8.19.2-alpha.8(transitive)
+ Added@typescript-eslint/visitor-keys@8.19.2-alpha.8(transitive)
- Removed@typescript-eslint/eslint-plugin@8.19.2-alpha.7(transitive)
- Removed@typescript-eslint/parser@8.19.2-alpha.7(transitive)
- Removed@typescript-eslint/scope-manager@8.19.2-alpha.7(transitive)
- Removed@typescript-eslint/type-utils@8.19.2-alpha.7(transitive)
- Removed@typescript-eslint/types@8.19.2-alpha.7(transitive)
- Removed@typescript-eslint/typescript-estree@8.19.2-alpha.7(transitive)
- Removed@typescript-eslint/utils@8.19.2-alpha.7(transitive)
- Removed@typescript-eslint/visitor-keys@8.19.2-alpha.7(transitive)