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.4.3-alpha.0 to 1.4.3-alpha.1

3

dist/rules/interface-name-prefix.js

@@ -23,2 +23,3 @@ "use strict";

noPrefix: 'Interface name must not be prefixed with "I".',
alwaysPrefix: 'Interface name must be prefixed with "I".',
},

@@ -58,3 +59,3 @@ schema: [

node: node.id,
messageId: 'noPrefix',
messageId: 'alwaysPrefix',
});

@@ -61,0 +62,0 @@ }

@@ -26,3 +26,3 @@ # Disallow unnecessary constructors (no-useless-constructor)

```js
/*eslint no-useless-constructor: "error"*/
/*eslint @typescript-eslint/no-useless-constructor: "error"*/

@@ -43,3 +43,3 @@ class A {

```js
/*eslint no-useless-constructor: "error"*/
/*eslint @typescript-eslint/no-useless-constructor: "error"*/

@@ -46,0 +46,0 @@ class A {}

{
"name": "@typescript-eslint/eslint-plugin",
"version": "1.4.3-alpha.0+2f4276f",
"version": "1.4.3-alpha.1+097262f",
"description": "TypeScript plugin for ESLint",

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

"dependencies": {
"@typescript-eslint/parser": "1.4.3-alpha.0+2f4276f",
"@typescript-eslint/typescript-estree": "1.4.3-alpha.0+2f4276f",
"@typescript-eslint/parser": "1.4.3-alpha.1+097262f",
"@typescript-eslint/typescript-estree": "1.4.3-alpha.1+097262f",
"requireindex": "^1.2.0",

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

},
"gitHead": "2f4276fcb55b6a8ad6019c941648f44a434c9afa"
"gitHead": "097262f6f800c387724143808e17608c0cced743"
}

Sorry, the diff of this file is not supported yet

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