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.52.0 to 0.53.0

16

index.js

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

],
'@typescript-eslint/consistent-type-exports': [
'error',
{
fixMixedExportsWithInlineTypeSpecifier: true
}
],
'@typescript-eslint/consistent-type-imports': 'error',

@@ -568,3 +575,10 @@ // Disabled because it's too annoying. Enable it when it's more mature, smarter, and more flexible.

'@typescript-eslint/prefer-namespace-keyword': 'error',
'@typescript-eslint/prefer-nullish-coalescing': 'error',
'@typescript-eslint/prefer-nullish-coalescing': [
'error',
{
ignoreTernaryTests: false,
ignoreConditionalTests: false,
ignoreMixedLogicalExpressions: false
}
],
'@typescript-eslint/prefer-optional-chain': 'error',

@@ -571,0 +585,0 @@ '@typescript-eslint/prefer-readonly': 'error',

10

package.json
{
"name": "eslint-config-xo-typescript",
"version": "0.52.0",
"version": "0.53.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.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"ava": "^2.4.0",

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

"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5.28.0",
"@typescript-eslint/parser": ">=5.28.0",
"@typescript-eslint/eslint-plugin": ">=5.31.0",
"@typescript-eslint/parser": ">=5.31.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