Socket
Socket
Sign inDemoInstall

eslint-config-xo-typescript

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-xo-typescript - npm Package Compare versions

Comparing version 0.56.0 to 0.57.0

4

index.js

@@ -241,3 +241,4 @@ 'use strict';

// allowHigherOrderFunctions: true,
// allowConciseArrowFunctionExpressionsStartingWithVoid: false
// allowConciseArrowFunctionExpressionsStartingWithVoid: false,
// allowIIFE: true
// }

@@ -379,2 +380,3 @@ // ],

'@typescript-eslint/no-duplicate-enum-values': 'error',
'@typescript-eslint/no-duplicate-type-constituents': 'error',
'@typescript-eslint/no-dynamic-delete': 'error',

@@ -381,0 +383,0 @@ 'no-empty-function': 'off',

{
"name": "eslint-config-xo-typescript",
"version": "0.56.0",
"version": "0.57.0",
"description": "ESLint shareable config for TypeScript to be used with eslint-config-xo",

@@ -47,4 +47,4 @@ "license": "MIT",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"ava": "^2.4.0",

@@ -55,4 +55,4 @@ "eslint": "^7.8.1",

"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5.43.0",
"@typescript-eslint/parser": ">=5.43.0",
"@typescript-eslint/eslint-plugin": ">=5.57.0",
"@typescript-eslint/parser": ">=5.57.0",
"eslint": ">=8.0.0",

@@ -59,0 +59,0 @@ "typescript": ">=4.4"

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