Socket
Socket
Sign inDemoInstall

@billogram/eslint-config

Package Overview
Dependencies
0
Maintainers
8
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.11.2 to 2.11.3-rc.0

8

config/typescript.js

@@ -95,4 +95,2 @@ const fs = require('fs');

allowTypedFunctionExpressions: true,
// This option is deprecated.
shouldTrackReferences: false,
}],

@@ -309,4 +307,2 @@ // Must be disabled in favor of `@typescript-eslint/func-call-spacing` as it can report incorrect errors.

ignoreMixedLogicalExpressions: true,
// This option seems to be unsued.
forceSuggestionFixer: false,
}]),

@@ -339,5 +335,3 @@ '@typescript-eslint/prefer-optional-chain': 'warn',

'@typescript-eslint/return-await': requiresParserServices('off'),
'@typescript-eslint/restrict-plus-operands': requiresParserServices(['error', {
checkCompoundAssignments: false,
}]),
'@typescript-eslint/restrict-plus-operands': requiresParserServices(['error', {}]),
// Must be disabled in favor of `@typescript-eslint/semi` as it can report incorrect errors.

@@ -344,0 +338,0 @@ 'semi': 'off',

2

package.json
{
"name": "@billogram/eslint-config",
"version": "2.11.2",
"version": "2.11.3-rc.0",
"description": "Custom ESLint configurations",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc