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

eslint-config-settled

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-settled - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

5

index.js

@@ -35,7 +35,8 @@ /*

'guard-for-in': 2,
'handle-callback-err': [2, "^err"],
"id-length": [1, {
'handle-callback-err': [2, '^err'],
'id-length': [1, {
'min': 2,
'max': 35
}],
'indent': ['error', 'tab'],
'max-depth': [2, 10],

@@ -42,0 +43,0 @@ 'max-len': [1, 120],

2

package.json
{
"name": "eslint-config-settled",
"version": "0.1.8",
"version": "0.1.9",
"description": "ESLint config used by Settled.co.uk. Based on AirBnB's implementation.",

@@ -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