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

@jaysalvat/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jaysalvat/eslint-config - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

.eslintrc.js

@@ -29,3 +29,3 @@ /* eslint-env node */

'no-else-return': 0,
'no-empty': 2,
'no-empty': [ 2, { allowEmptyCatch: true } ],
'no-empty-character-class': 2,

@@ -177,2 +177,3 @@ 'no-labels': 2,

'newline-after-var': 1,
'newline-before-return': 2,
'object-curly-spacing': [ 2, 'always' ],

@@ -179,0 +180,0 @@ 'object-shorthand': 0,

{
"name": "@jaysalvat/eslint-config",
"version": "1.0.4",
"version": "1.0.5",
"description": "Personal Eslint config",

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

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