@types/eslint
Advanced tools
Comparing version 8.56.7 to 8.56.8
@@ -1220,3 +1220,3 @@ /// <reference path="helpers.d.ts" /> | ||
interface FlatConfig { | ||
interface FlatConfig<Rules extends RulesRecord = RulesRecord> { | ||
/** | ||
@@ -1314,3 +1314,3 @@ * An string to identify the configuration object. Used in error messages and | ||
*/ | ||
rules?: RulesRecord; | ||
rules?: Partial<Rules>; | ||
@@ -1317,0 +1317,0 @@ /** |
{ | ||
"name": "@types/eslint", | ||
"version": "8.56.7", | ||
"version": "8.56.8", | ||
"description": "TypeScript definitions for eslint", | ||
@@ -68,4 +68,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint", | ||
}, | ||
"typesPublisherContentHash": "030f7747b677c429470413a3dd9bd02933c602941386d52abbdfe11a9ebba260", | ||
"typesPublisherContentHash": "62d57f5386075275b6b9bf8341410be06c06e489af963b0ae16a9be3ff14c307", | ||
"typeScriptVersion": "4.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 01 Apr 2024 12:42:33 GMT | ||
* Last updated: Thu, 11 Apr 2024 10:07:33 GMT | ||
* Dependencies: [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema) | ||
@@ -14,0 +14,0 @@ |
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
192544