@types/eslint
Advanced tools
Comparing version 8.56.2 to 8.56.3
@@ -699,13 +699,11 @@ /// <reference path="helpers.d.ts" /> | ||
interface RuleMetaData { | ||
/** Properties often used for documentation generation and tooling. */ | ||
docs?: { | ||
/** Provides a short description of the rule. */ | ||
/** Provides a short description of the rule. Commonly used when generating lists of rules. */ | ||
description?: string | undefined; | ||
/** | ||
* TODO: remove this field in next major release of @types/eslint. | ||
* @deprecated no longer used | ||
*/ | ||
/** Historically used by some plugins that divide rules into categories in their documentation. */ | ||
category?: string | undefined; | ||
/** Whether the rule is enabled in the plugin's `recommended` configuration. */ | ||
/** Historically used by some plugins to indicate a rule belongs in their `recommended` configuration. */ | ||
recommended?: boolean | undefined; | ||
/** Specifies the URL at which the full documentation can be accessed (enabling code editors to provide a helpful link on highlighted rule violations). */ | ||
/** Specifies the URL at which the full documentation can be accessed. Code editors often use this to provide a helpful link on highlighted rule violations. */ | ||
url?: string | undefined; | ||
@@ -728,3 +726,3 @@ /** | ||
* so ESLint can prevent invalid [rule configurations](https://eslint.org/docs/latest/user-guide/configuring/rules#configuring-rules). | ||
* TODO: schema is potentially planned to be no longer be optional in v9 (https://github.com/eslint/rfcs/blob/main/designs/2021-schema-object-rules/README.md) | ||
* Mandatory for rules with options. | ||
*/ | ||
@@ -731,0 +729,0 @@ schema?: JSONSchema4 | JSONSchema4[] | undefined; |
{ | ||
"name": "@types/eslint", | ||
"version": "8.56.2", | ||
"version": "8.56.3", | ||
"description": "TypeScript definitions for eslint", | ||
@@ -37,2 +37,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint", | ||
"url": "https://github.com/JounQin" | ||
}, | ||
{ | ||
"name": "Bryan Mishkin", | ||
"githubUsername": "bmish", | ||
"url": "https://github.com/bmish" | ||
} | ||
@@ -64,4 +69,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "1f593f127b3936d8611ca577ae65c2c00c4c9f56d078c7e541904c95e572775b", | ||
"typesPublisherContentHash": "db61d0c45ee279ce72fec6d0a714d75c6f8212d6a92954dada5d010c1170058a", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,6 +11,6 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 11 Jan 2024 02:18:24 GMT | ||
* Last updated: Thu, 22 Feb 2024 22:35:17 GMT | ||
* Dependencies: [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema) | ||
# Credits | ||
These definitions were written by [Pierre-Marie Dartus](https://github.com/pmdartus), [Jed Fox](https://github.com/j-f1), [Saad Quadri](https://github.com/saadq), [Jason Kwok](https://github.com/JasonHK), [Brad Zacher](https://github.com/bradzacher), and [JounQin](https://github.com/JounQin). | ||
These definitions were written by [Pierre-Marie Dartus](https://github.com/pmdartus), [Jed Fox](https://github.com/j-f1), [Saad Quadri](https://github.com/saadq), [Jason Kwok](https://github.com/JasonHK), [Brad Zacher](https://github.com/bradzacher), [JounQin](https://github.com/JounQin), and [Bryan Mishkin](https://github.com/bmish). |
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
185738
5491