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

@andybarron/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@andybarron/eslint-config - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

lib/rules.js

@@ -50,3 +50,3 @@ /* eslint no-magic-numbers: 0 */

indent: ['error', 2, { SwitchCase: 1 }],
'init-declarations': ['error', 'always'],
'init-declarations': 0,
'jsx-quotes': ['error', 'prefer-single'],

@@ -179,3 +179,3 @@ 'key-spacing': 'error',

'no-undef-init': 'error',
'no-undefined': 'error',
'no-undefined': 0,
'no-underscore-dangle': 'error',

@@ -182,0 +182,0 @@ 'no-unexpected-multiline': 'error',

{
"name": "@andybarron/eslint-config",
"version": "1.0.2",
"version": "1.0.3",
"description": "Andy's personal ESLint preferences",

@@ -5,0 +5,0 @@ "main": "lib/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