@types/eslint
Advanced tools
Comparing version 8.4.7 to 8.4.8
@@ -584,4 +584,8 @@ // Type definitions for eslint 8.4 | ||
schema?: JSONSchema4 | JSONSchema4[] | undefined; | ||
/** Indicates whether the rule has been deprecated. Omit if not deprecated. */ | ||
deprecated?: boolean | undefined; | ||
/** The name of the rule(s) this rule was replaced by, if it was deprecated. */ | ||
replacedBy?: readonly string[]; | ||
/** | ||
@@ -588,0 +592,0 @@ * Indicates the type of rule: |
{ | ||
"name": "@types/eslint", | ||
"version": "8.4.7", | ||
"version": "8.4.8", | ||
"description": "TypeScript definitions for eslint", | ||
@@ -51,3 +51,3 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint", | ||
}, | ||
"typesPublisherContentHash": "2ce1261187fe337756cfcc8219b56121c9f9b54dd0a208a3f7327d8738d93c71", | ||
"typesPublisherContentHash": "caa10b61f4a10b758a2c91ec9a85194fb23be54d529bcb371e54c8c73555a255", | ||
"typeScriptVersion": "4.1", | ||
@@ -54,0 +54,0 @@ "exports": { |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 20 Oct 2022 11:03:02 GMT | ||
* Last updated: Tue, 25 Oct 2022 09:32:41 GMT | ||
* Dependencies: [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
164999
5011