@types/eslint
Advanced tools
Comparing version 7.2.1 to 7.2.2
@@ -289,6 +289,12 @@ // Type definitions for eslint 7.2 | ||
docs?: { | ||
/** provides the short description of the rule in the [rules index](https://eslint.org/docs/rules/) */ | ||
description?: string; | ||
/** specifies the heading under which the rule is listed in the [rules index](https://eslint.org/docs/rules/) */ | ||
category?: string; | ||
/** is whether the `"extends": "eslint:recommended"` property in a [configuration file](https://eslint.org/docs/user-guide/configuring#extending-configuration-files) enables the rule */ | ||
recommended?: boolean; | ||
/** specifies the URL at which the full documentation can be accessed */ | ||
url?: string; | ||
/** specifies whether rules can return suggestions (defaults to false if omitted) */ | ||
suggestion?: boolean | ||
}; | ||
@@ -295,0 +301,0 @@ messages?: { [messageId: string]: string }; |
{ | ||
"name": "@types/eslint", | ||
"version": "7.2.1", | ||
"version": "7.2.2", | ||
"description": "TypeScript definitions for eslint", | ||
@@ -45,4 +45,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "5d19d6be0b4a635e15be6d4c39c206e3861ac07c7613dd3cd3dffe2dccc7e379", | ||
"typesPublisherContentHash": "27ed71a5a3f4200b9e33b6cb9443e68fd3de3785a55f1614aab1be1fdce30903", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 21 Aug 2020 17:06:56 GMT | ||
* Last updated: Thu, 27 Aug 2020 18:14:41 GMT | ||
* Dependencies: [@types/json-schema](https://npmjs.com/package/@types/json-schema), [@types/estree](https://npmjs.com/package/@types/estree) | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
133079
4408
0