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.1 to 1.0.2

4

lib/rules.js

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

'arrow-body-style': 0,
'arrow-parens': ['error', 'as-needed'],
'arrow-parens': ['error', 'always'],
'arrow-spacing': 'error',

@@ -50,3 +50,3 @@ 'block-scoped-var': 'error',

'implicit-arrow-linebreak': ['error', 'beside'],
indent: ['error', 2],
indent: ['error', 2, { SwitchCase: 1 }],
'init-declarations': ['error', 'always'],

@@ -53,0 +53,0 @@ 'jsx-quotes': ['error', 'prefer-single'],

{
"name": "@andybarron/eslint-config",
"version": "1.0.1",
"version": "1.0.2",
"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