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.43.0 to 0.44.0

11

index.js

@@ -40,2 +40,9 @@ 'use strict';

'@typescript-eslint/await-thenable': 'error',
'@typescript-eslint/ban-ts-comment': [
'error',
{
'ts-expect-error': 'allow-with-description',
minimumDescriptionLength: 4
}
],
'@typescript-eslint/ban-tslint-comment': 'error',

@@ -532,2 +539,3 @@ '@typescript-eslint/ban-types': [

'@typescript-eslint/prefer-regexp-exec': 'error',
'@typescript-eslint/prefer-return-this-type': 'error',
'@typescript-eslint/unified-signatures': 'error',

@@ -552,3 +560,4 @@

rules: {
'@typescript-eslint/no-unsafe-call': 'off'
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-confusing-void-expression': 'off' // Conflicts with `expectError` assertion.
}

@@ -555,0 +564,0 @@ }

8

package.json
{
"name": "eslint-config-xo-typescript",
"version": "0.43.0",
"version": "0.44.0",
"description": "ESLint shareable config for TypeScript to be used with eslint-config-xo",

@@ -51,3 +51,3 @@ "license": "MIT",

"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"@typescript-eslint/parser": "^4.29.0",
"ava": "^2.4.0",

@@ -58,6 +58,6 @@ "eslint": "^7.8.1",

"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=4.28.1",
"eslint": ">=7.30.0",
"@typescript-eslint/eslint-plugin": ">=4.29.0",
"eslint": ">=7.32.0",
"typescript": ">=4.3"
}
}
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