Socket
Socket
Sign inDemoInstall

@typescript-eslint/eslint-plugin

Package Overview
Dependencies
Maintainers
2
Versions
3760
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 7.15.1-alpha.8 to 7.15.1-alpha.9

dist/rules/no-unnecessary-parameter-property-assignment.js

1

dist/configs/all.js

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

'@typescript-eslint/no-unnecessary-condition': 'error',
'@typescript-eslint/no-unnecessary-parameter-property-assignment': 'error',
'@typescript-eslint/no-unnecessary-qualifier': 'error',

@@ -96,0 +97,0 @@ '@typescript-eslint/no-unnecessary-template-expression': 'error',

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

const no_unnecessary_condition_1 = __importDefault(require("./no-unnecessary-condition"));
const no_unnecessary_parameter_property_assignment_1 = __importDefault(require("./no-unnecessary-parameter-property-assignment"));
const no_unnecessary_qualifier_1 = __importDefault(require("./no-unnecessary-qualifier"));

@@ -235,2 +236,3 @@ const no_unnecessary_template_expression_1 = __importDefault(require("./no-unnecessary-template-expression"));

'no-unnecessary-condition': no_unnecessary_condition_1.default,
'no-unnecessary-parameter-property-assignment': no_unnecessary_parameter_property_assignment_1.default,
'no-unnecessary-qualifier': no_unnecessary_qualifier_1.default,

@@ -237,0 +239,0 @@ 'no-unnecessary-template-expression': no_unnecessary_template_expression_1.default,

14

package.json
{
"name": "@typescript-eslint/eslint-plugin",
"version": "7.15.1-alpha.8",
"version": "7.15.1-alpha.9",
"description": "TypeScript plugin for ESLint",

@@ -63,6 +63,6 @@ "files": [

"@eslint-community/regexpp": "^4.10.0",
"@typescript-eslint/scope-manager": "7.15.1-alpha.8",
"@typescript-eslint/type-utils": "7.15.1-alpha.8",
"@typescript-eslint/utils": "7.15.1-alpha.8",
"@typescript-eslint/visitor-keys": "7.15.1-alpha.8",
"@typescript-eslint/scope-manager": "7.15.1-alpha.9",
"@typescript-eslint/type-utils": "7.15.1-alpha.9",
"@typescript-eslint/utils": "7.15.1-alpha.9",
"@typescript-eslint/visitor-keys": "7.15.1-alpha.9",
"graphemer": "^1.4.0",

@@ -78,4 +78,4 @@ "ignore": "^5.3.1",

"@types/natural-compare": "*",
"@typescript-eslint/rule-schema-to-typescript-types": "7.15.1-alpha.8",
"@typescript-eslint/rule-tester": "7.15.1-alpha.8",
"@typescript-eslint/rule-schema-to-typescript-types": "7.15.1-alpha.9",
"@typescript-eslint/rule-tester": "7.15.1-alpha.9",
"ajv": "^6.12.6",

@@ -82,0 +82,0 @@ "cross-env": "^7.0.3",

Sorry, the diff of this file is not supported yet

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