@typescript-eslint/eslint-plugin
Advanced tools
Comparing version 8.22.1-alpha.12 to 8.22.1-alpha.13
@@ -35,3 +35,3 @@ "use strict"; | ||
ignoreClassesThatImplementAnInterface: { | ||
description: 'Makes the rule ignore class members that are defined within a class that `implements` a type', | ||
description: 'Whether to ignore class members that are defined within a class that `implements` a type.', | ||
oneOf: [ | ||
@@ -51,3 +51,3 @@ { | ||
type: 'boolean', | ||
description: 'Ignore members marked with the `override` modifier', | ||
description: 'Whether to ignore members marked with the `override` modifier.', | ||
}, | ||
@@ -54,0 +54,0 @@ }, |
{ | ||
"name": "@typescript-eslint/eslint-plugin", | ||
"version": "8.22.1-alpha.12", | ||
"version": "8.22.1-alpha.13", | ||
"description": "TypeScript plugin for ESLint", | ||
@@ -64,6 +64,6 @@ "files": [ | ||
"@eslint-community/regexpp": "^4.10.0", | ||
"@typescript-eslint/scope-manager": "8.22.1-alpha.12", | ||
"@typescript-eslint/type-utils": "8.22.1-alpha.12", | ||
"@typescript-eslint/utils": "8.22.1-alpha.12", | ||
"@typescript-eslint/visitor-keys": "8.22.1-alpha.12", | ||
"@typescript-eslint/scope-manager": "8.22.1-alpha.13", | ||
"@typescript-eslint/type-utils": "8.22.1-alpha.13", | ||
"@typescript-eslint/utils": "8.22.1-alpha.13", | ||
"@typescript-eslint/visitor-keys": "8.22.1-alpha.13", | ||
"graphemer": "^1.4.0", | ||
@@ -79,4 +79,4 @@ "ignore": "^5.3.1", | ||
"@types/natural-compare": "*", | ||
"@typescript-eslint/rule-schema-to-typescript-types": "8.22.1-alpha.12", | ||
"@typescript-eslint/rule-tester": "8.22.1-alpha.12", | ||
"@typescript-eslint/rule-schema-to-typescript-types": "8.22.1-alpha.13", | ||
"@typescript-eslint/rule-tester": "8.22.1-alpha.13", | ||
"ajv": "^6.12.6", | ||
@@ -83,0 +83,0 @@ "cross-env": "^7.0.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2850753
+ Added@typescript-eslint/scope-manager@8.22.1-alpha.13(transitive)
+ Added@typescript-eslint/type-utils@8.22.1-alpha.13(transitive)
+ Added@typescript-eslint/types@8.22.1-alpha.13(transitive)
+ Added@typescript-eslint/typescript-estree@8.22.1-alpha.13(transitive)
+ Added@typescript-eslint/utils@8.22.1-alpha.13(transitive)
+ Added@typescript-eslint/visitor-keys@8.22.1-alpha.13(transitive)
- Removed@typescript-eslint/scope-manager@8.22.1-alpha.12(transitive)
- Removed@typescript-eslint/type-utils@8.22.1-alpha.12(transitive)
- Removed@typescript-eslint/types@8.22.1-alpha.12(transitive)
- Removed@typescript-eslint/typescript-estree@8.22.1-alpha.12(transitive)
- Removed@typescript-eslint/utils@8.22.1-alpha.12(transitive)
- Removed@typescript-eslint/visitor-keys@8.22.1-alpha.12(transitive)