Socket
Socket
Sign inDemoInstall

@gossi/config-eslint

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gossi/config-eslint - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

9

configs/rules/typescript-typed.js

@@ -10,3 +10,10 @@ 'use strict';

// much concise
'@typescript-eslint/prefer-optional-chain': 'error'
'@typescript-eslint/prefer-optional-chain': 'error',
'@typescript-eslint/no-confusing-void-expression': [
'error',
{
ignoreArrowShorthand: true
}
]
}

@@ -13,0 +20,0 @@ };

4

package.json
{
"name": "@gossi/config-eslint",
"version": "0.9.0",
"version": "0.10.0",
"repository": "https://github.com/gossi/frontend-configs",

@@ -63,3 +63,3 @@ "dependencies": {

"prettier": "^3.2.5",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},

@@ -66,0 +66,0 @@ "engines": {

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