Socket
Socket
Sign inDemoInstall

@marknjunge/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marknjunge/eslint-config - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

3

.eslintrc.js

@@ -71,6 +71,5 @@ /* eslint-disable no-magic-numbers */

],
"max-lines-per-function": ["error", { max: 30, skipBlankLines: true, skipComments: true }],
"max-lines-per-function": ["error", { max: 40, skipBlankLines: true, skipComments: true }],
"max-nested-callbacks": ["error", { max: 3 }],
"max-params": ["error", { max: 4 }],
"multiline-ternary": ["error", "always"],
"new-cap": "error",

@@ -77,0 +76,0 @@ "new-parens": "error",

# Changelog
# 1.7.0
- Remove multiline-ternary
- Change max-lines-per-function to 40
# 1.6.0
- Change no-inline-comments to off
- Change multiline-ternary to always

@@ -8,0 +13,0 @@

{
"name": "@marknjunge/eslint-config",
"version": "1.6.0",
"version": "1.7.0",
"description": "Mark Njung'e's 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