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.34.1 to 0.35.0

8

index.js

@@ -520,7 +520,7 @@ 'use strict';

// TypeScript supports these features
'no-useless-catch': 'error',
// Disabled because of https://github.com/typescript-eslint/typescript-eslint/issues/60
'no-redeclare': 'off',
// Disabled because of https://github.com/typescript-eslint/typescript-eslint/issues/60
'no-redeclare': 'off'
// Disabled per typescript-eslint recommendation: https://github.com/typescript-eslint/typescript-eslint/blob/e26e43ffba96f6d46198b22f1c8dd5c814db2652/docs/getting-started/linting/FAQ.md#i-get-errors-from-the-no-undef-rule-about-global-variables-not-being-defined-even-though-there-are-no-typescript-errors
'no-undef': 'off'
},

@@ -527,0 +527,0 @@ overrides: [

{
"name": "eslint-config-xo-typescript",
"version": "0.34.1",
"version": "0.35.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