@typescript-eslint/eslint-plugin
Advanced tools
Comparing version 1.6.1-alpha.8 to 1.6.1-alpha.9
{ | ||
"name": "@typescript-eslint/eslint-plugin", | ||
"version": "1.6.1-alpha.8+01c4dae", | ||
"version": "1.6.1-alpha.9+5311342", | ||
"description": "TypeScript plugin for ESLint", | ||
@@ -38,4 +38,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@typescript-eslint/parser": "1.6.1-alpha.8+01c4dae", | ||
"@typescript-eslint/typescript-estree": "1.6.1-alpha.8+01c4dae", | ||
"@typescript-eslint/parser": "1.6.1-alpha.9+5311342", | ||
"@typescript-eslint/typescript-estree": "1.6.1-alpha.9+5311342", | ||
"eslint-utils": "^1.3.1", | ||
@@ -53,3 +53,3 @@ "regexpp": "^2.0.1", | ||
}, | ||
"gitHead": "01c4daecd053e21372794a49a50925ad031d15e1" | ||
"gitHead": "53113421d85b94be6518cea35dca6d1211436961" | ||
} |
@@ -115,2 +115,3 @@ <h1 align="center">ESLint Plugin TypeScript</h1> | ||
| [`@typescript-eslint/array-type`](./docs/rules/array-type.md) | Requires using either `T[]` or `Array<T>` for arrays (`array-type` from TSLint) | :heavy_check_mark: | :wrench: | | | ||
| [`@typescript-eslint/await-thenable`](./docs/rules/await-thenable.md) | Disallow awaiting a value that is not a Promise (`await-promise` from TSLint) | :heavy_check_mark: | | :thought_balloon: | | ||
| [`@typescript-eslint/ban-types`](./docs/rules/ban-types.md) | Enforces that types will not to be used (`ban-types` from TSLint) | :heavy_check_mark: | :wrench: | | | ||
@@ -117,0 +118,0 @@ | [`@typescript-eslint/ban-ts-ignore`](./docs/rules/ban-ts-ignore.md) | Bans “// @ts-ignore” comments from being used (`ban-ts-ignore` from TSLint) | | | | |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
534165
165
5781
161