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

eslint-config-jameslnewell

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-jameslnewell - npm Package Compare versions

Comparing version 1.0.0-rc.5 to 1.0.0-rc.6

4

es5.js

@@ -49,3 +49,3 @@ module.exports = {

'complexity': [1, 11],
'consistent-return': 2,
'consistent-return': 1,
'default-case': 2,

@@ -114,3 +114,3 @@ 'dot-notation': 2,

'callback-return': [2, ['callback', 'cb', 'next', 'done']],
'callback-return': [1, ['callback', 'cb', 'next', 'done']],
'global-require': 2,

@@ -117,0 +117,0 @@ 'handle-callback-err': [2, '^(err|error)$'],

{
"name": "eslint-config-jameslnewell",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"description": "ESLint config for how I like to format code - readable with whitespace and semicolons.",

@@ -5,0 +5,0 @@ "keywords": [

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