@types/eslint
Advanced tools
Comparing version 8.4.9 to 8.4.10
{ | ||
"name": "@types/eslint", | ||
"version": "8.4.9", | ||
"version": "8.4.10", | ||
"description": "TypeScript definitions for eslint", | ||
@@ -51,3 +51,3 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint", | ||
}, | ||
"typesPublisherContentHash": "f022ab2f6ad689a82abfcc9665b330d71a8a265ab37bc44e2f2d7c5207606542", | ||
"typesPublisherContentHash": "72eebaf6c36095f8ff4f5da33b8e88702e5319be7c8fcf478305800aa5fbc8de", | ||
"typeScriptVersion": "4.1", | ||
@@ -54,0 +54,0 @@ "exports": { |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 28 Oct 2022 21:02:45 GMT | ||
* Last updated: Fri, 04 Nov 2022 15:02:54 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 |
@@ -1726,2 +1726,6 @@ import { Linter } from "../index"; | ||
natural: boolean; | ||
/** | ||
* @default false | ||
*/ | ||
allowLineSeparatedGroups: boolean; | ||
}>, | ||
@@ -1728,0 +1732,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
165133
5015