@types/eslint
Advanced tools
Comparing version 6.1.5 to 6.1.6
@@ -330,3 +330,3 @@ // Type definitions for eslint 6.1 | ||
fix?(fixer: RuleFixer): null | Fix | IterableIterator<Fix>; | ||
fix?(fixer: RuleFixer): null | Fix | IterableIterator<Fix> | Fix[]; | ||
} | ||
@@ -333,0 +333,0 @@ |
{ | ||
"name": "@types/eslint", | ||
"version": "6.1.5", | ||
"version": "6.1.6", | ||
"description": "TypeScript definitions for eslint", | ||
@@ -47,4 +47,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "adee12112a73d30125cf92eea3cb46b1bdc5ba74d164e37cbf460c8b5dac429b", | ||
"typesPublisherContentHash": "0015997ca5397d675ed90eb571a1d89295a60cdd68c20aca97f638246dfaa543", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 22 Jan 2020 19:52:52 GMT | ||
* Last updated: Thu, 23 Jan 2020 18:24:37 GMT | ||
* Dependencies: [@types/json-schema](https://npmjs.com/package/@types/json-schema), [@types/estree](https://npmjs.com/package/@types/estree), [@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 |
@@ -323,3 +323,3 @@ /// <reference path="helpers.d.ts" /> | ||
fix?(fixer: RuleFixer): null | Fix | IterableIterator<Fix>; | ||
fix?(fixer: RuleFixer): null | Fix | IterableIterator<Fix> | Fix[]; | ||
} | ||
@@ -326,0 +326,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
145009