Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ued2345/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ued2345/eslint-config - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

2

package.json
{
"name": "@ued2345/eslint-config",
"version": "0.4.4",
"version": "0.4.5",
"description": "ESLint config by UED2345",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -35,3 +35,6 @@ module.exports = {

// 'jsx-quotes': [0],
'key-spacing': [2],
'key-spacing': [2, {
singleLine: {},
multiLine: { mode: 'minimum' }
}],
'keyword-spacing': [2],

@@ -38,0 +41,0 @@ // 'line-comment-position': [0],

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