@types/eslint
Advanced tools
Comparing version 8.4.0 to 8.4.1
@@ -721,3 +721,3 @@ // Type definitions for eslint 8.4 | ||
interface ParserOptions { | ||
ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | "latest" |undefined; | ||
ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | "latest" | undefined; | ||
sourceType?: "script" | "module" | undefined; | ||
@@ -888,3 +888,3 @@ ecmaFeatures?: { | ||
interface Formatter { | ||
format(results: LintResult[], data?: LintResultData): string; | ||
format(results: LintResult[], data?: LintResultData): string | Promise<string>; | ||
} | ||
@@ -891,0 +891,0 @@ |
{ | ||
"name": "@types/eslint", | ||
"version": "8.4.0", | ||
"version": "8.4.1", | ||
"description": "TypeScript definitions for eslint", | ||
@@ -51,3 +51,3 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint", | ||
}, | ||
"typesPublisherContentHash": "bb3f45a0b828b9f301a19a376dbb2a1a47d21f16406fe21aabddd476295c8bec", | ||
"typesPublisherContentHash": "90cb9cf20ae7859ce7f641c07d2d274a142d14ed7b4824a89b6abc48c961d03f", | ||
"typeScriptVersion": "3.8", | ||
@@ -54,0 +54,0 @@ "exports": { |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 19 Jan 2022 23:31:24 GMT | ||
* Last updated: Sat, 22 Jan 2022 19:01:30 GMT | ||
* Dependencies: [@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 |
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
162470