Socket
Socket
Sign inDemoInstall

eslint-config-xo-typescript

Package Overview
Dependencies
Maintainers
1
Versions
80
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.55.1 to 0.56.0

12

index.js

@@ -82,4 +82,6 @@ 'use strict';

sourceType: 'module',
jsx: true,
project: 'tsconfig.json'
project: 'tsconfig.json',
ecmaFeatures: {
jsx: true
}
},

@@ -519,7 +521,3 @@ plugins: [

'@typescript-eslint/no-unnecessary-type-constraint': 'error',
// Disabled for now. When using try/catch, the error is by default `any` and if you pass the error anywhere, it will trigger this rule. This is a very common occurence.
// TODO: Enable this rule when TypeScript has more strongly typed errors, probably 2023 at the earliest.
// '@typescript-eslint/no-unsafe-argument': 'error',
'@typescript-eslint/no-unsafe-argument': 'error',
'@typescript-eslint/no-unsafe-assignment': 'error',

@@ -526,0 +524,0 @@ '@typescript-eslint/no-unsafe-call': 'error',

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

@@ -5,0 +5,0 @@ "license": "MIT",

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