@types/eslint
Advanced tools
Comparing version 9.6.0 to 9.6.1
{ | ||
"name": "@types/eslint", | ||
"version": "9.6.0", | ||
"version": "9.6.1", | ||
"description": "TypeScript definitions for eslint", | ||
@@ -68,4 +68,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint", | ||
}, | ||
"typesPublisherContentHash": "b9dc2442a6de9477777294005e6b8dcf6c0dee1bdcf1fe79fea879291a522175", | ||
"typesPublisherContentHash": "bc2620143f844d291da2d199e7b8e2605e3277f1941a508dc72ac92843b149b6", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 22 Jul 2024 16:38:53 GMT | ||
* Last updated: Mon, 26 Aug 2024 07:08:02 GMT | ||
* Dependencies: [@types/estree](https://npmjs.com/package/@types/estree), [@types/json-schema](https://npmjs.com/package/@types/json-schema) | ||
@@ -14,0 +14,0 @@ |
@@ -888,3 +888,12 @@ import { Linter } from "../index"; | ||
*/ | ||
"no-void": Linter.RuleEntry<[]>; | ||
"no-void": Linter.RuleEntry< | ||
[ | ||
Partial<{ | ||
/** | ||
* @default false | ||
*/ | ||
allowAsStatement: boolean; | ||
}>, | ||
] | ||
>; | ||
@@ -891,0 +900,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
195627
5807
17