Socket
Socket
Sign inDemoInstall

@typescript-eslint/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
3773
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/eslint-plugin - npm Package Compare versions

Comparing version 1.3.1-alpha.18 to 1.3.1-alpha.19

dist/rules/ban-ts-ignore.js

8

package.json
{
"name": "@typescript-eslint/eslint-plugin",
"version": "1.3.1-alpha.18+df8ed1f",
"version": "1.3.1-alpha.19+859ab29",
"description": "TypeScript plugin for ESLint",

@@ -38,4 +38,4 @@ "keywords": [

"dependencies": {
"@typescript-eslint/parser": "1.3.1-alpha.18+df8ed1f",
"@typescript-eslint/typescript-estree": "1.3.1-alpha.18+df8ed1f",
"@typescript-eslint/parser": "1.3.1-alpha.19+859ab29",
"@typescript-eslint/typescript-estree": "1.3.1-alpha.19+859ab29",
"requireindex": "^1.2.0",

@@ -52,3 +52,3 @@ "tsutils": "^3.7.0"

},
"gitHead": "df8ed1f1f8fcfff072b5137bc65dcffa7ad063b2"
"gitHead": "859ab2917e04ac7c08d1b7d51fa624c017a95140"
}

@@ -116,2 +116,3 @@ <h1 align="center">ESLint Plugin TypeScript</h1>

| [`@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: |
| [`@typescript-eslint/ban-ts-ignore`](./docs/rules/ban-ts-ignore.md) | Bans “// @ts-ignore” comments from being used (`ban-ts-ignore` from TSLint) | :heavy_check_mark: | |
| [`@typescript-eslint/camelcase`](./docs/rules/camelcase.md) | Enforce camelCase naming convention | :heavy_check_mark: | |

@@ -118,0 +119,0 @@ | [`@typescript-eslint/class-name-casing`](./docs/rules/class-name-casing.md) | Require PascalCased class and interface names (`class-name` from TSLint) | :heavy_check_mark: | |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc