Socket
Socket
Sign inDemoInstall

@typescript-eslint/eslint-plugin

Package Overview
Dependencies
Maintainers
2
Versions
3757
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 8.0.0-alpha.26 to 8.0.0-alpha.27

1

dist/configs/disable-type-checked.js

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

'@typescript-eslint/no-unsafe-unary-minus': 'off',
'@typescript-eslint/no-useless-template-literals': 'off',
'@typescript-eslint/non-nullable-type-assertion-style': 'off',

@@ -43,0 +42,0 @@ '@typescript-eslint/only-throw-error': 'off',

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

const no_useless_empty_export_1 = __importDefault(require("./no-useless-empty-export"));
const no_useless_template_literals_1 = __importDefault(require("./no-useless-template-literals"));
const no_var_requires_1 = __importDefault(require("./no-var-requires"));

@@ -216,3 +215,2 @@ const non_nullable_type_assertion_style_1 = __importDefault(require("./non-nullable-type-assertion-style"));

'no-useless-empty-export': no_useless_empty_export_1.default,
'no-useless-template-literals': no_useless_template_literals_1.default,
'no-var-requires': no_var_requires_1.default,

@@ -219,0 +217,0 @@ 'non-nullable-type-assertion-style': non_nullable_type_assertion_style_1.default,

14

package.json
{
"name": "@typescript-eslint/eslint-plugin",
"version": "8.0.0-alpha.26",
"version": "8.0.0-alpha.27",
"description": "TypeScript plugin for ESLint",

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

"@eslint-community/regexpp": "^4.10.0",
"@typescript-eslint/scope-manager": "8.0.0-alpha.26",
"@typescript-eslint/type-utils": "8.0.0-alpha.26",
"@typescript-eslint/utils": "8.0.0-alpha.26",
"@typescript-eslint/visitor-keys": "8.0.0-alpha.26",
"@typescript-eslint/scope-manager": "8.0.0-alpha.27",
"@typescript-eslint/type-utils": "8.0.0-alpha.27",
"@typescript-eslint/utils": "8.0.0-alpha.27",
"@typescript-eslint/visitor-keys": "8.0.0-alpha.27",
"graphemer": "^1.4.0",

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

"@types/natural-compare": "*",
"@typescript-eslint/rule-schema-to-typescript-types": "8.0.0-alpha.26",
"@typescript-eslint/rule-tester": "8.0.0-alpha.26",
"@typescript-eslint/rule-schema-to-typescript-types": "8.0.0-alpha.27",
"@typescript-eslint/rule-tester": "8.0.0-alpha.27",
"ajv": "^6.12.6",

@@ -84,0 +84,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

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