@types/eslint
Advanced tools
Comparing version 4.16.5 to 4.16.6
@@ -543,3 +543,3 @@ // Type definitions for eslint 4.16 | ||
tests: { | ||
valid?: RuleTester.ValidTestCase[]; | ||
valid?: Array<string | RuleTester.ValidTestCase>; | ||
invalid?: RuleTester.InvalidTestCase[]; | ||
@@ -546,0 +546,0 @@ }, |
{ | ||
"name": "@types/eslint", | ||
"version": "4.16.5", | ||
"version": "4.16.6", | ||
"description": "TypeScript definitions for eslint", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "a4a65111fdd9fe0f9ec163d8d0c67e642a58b34c48e84250cd08e882b63639d5", | ||
"typesPublisherContentHash": "4fc11d5ef10a3c1da42fe67b10ba449a64b7d609a799cc9cc7f3f682dcab1c1c", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for eslint (https://eslint.org). | ||
This package contains type definitions for eslint ( https://eslint.org ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Mon, 03 Dec 2018 21:36:28 GMT | ||
* Last updated: Mon, 28 Jan 2019 20:34:09 GMT | ||
* Dependencies: @types/json-schema, @types/estree | ||
@@ -15,0 +15,0 @@ * Global values: none |
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
20036