Socket
Socket
Sign inDemoInstall

@marknjunge/eslint-config

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.6.0

4

.eslintrc.js

@@ -74,7 +74,7 @@ /* eslint-disable no-magic-numbers */

"max-params": ["error", { max: 4 }],
"multiline-ternary": ["error", "never"],
"multiline-ternary": ["error", "always"],
"new-cap": "error",
"new-parens": "error",
"newline-per-chained-call": ["error", { ignoreChainWithDepth: 2 }],
"no-inline-comments": "error",
"no-inline-comments": "off",
"no-mixed-operators": "error",

@@ -81,0 +81,0 @@ "no-multiple-empty-lines": ["error", { max: 2, maxEOF: 0 }],

# Changelog
# 1.6.0
- Change no-inline-comments to off
- Change multiline-ternary to always
# 1.5.0

@@ -4,0 +10,0 @@

{
"name": "@marknjunge/eslint-config",
"version": "1.5.0",
"version": "1.6.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc