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

eslint-config-loopback

Package Overview
Dependencies
Maintainers
9
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-loopback - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

6

CHANGES.md

@@ -0,1 +1,7 @@

2016-04-19, Version 2.0.0
=========================
* Disable multiple empty lines (Miroslav Bajtoš)
2016-04-04, Version 1.0.0

@@ -2,0 +8,0 @@ =========================

1

eslint.json

@@ -30,2 +30,3 @@ {

"no-array-constructor": 2,
"no-multiple-empty-lines": ["error", { "max": 1 }],
"no-trailing-spaces": 2,

@@ -32,0 +33,0 @@ "object-curly-spacing": ["error", "always", {

2

package.json
{
"name": "eslint-config-loopback",
"version": "1.0.0",
"version": "2.0.0",
"description": "ESLint configs for LoopBack projects.",

@@ -5,0 +5,0 @@ "main": "eslint.json",

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