Socket
Socket
Sign inDemoInstall

eslint-config-loopback

Package Overview
Dependencies
Maintainers
11
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 7.0.1 to 8.0.0

6

CHANGES.md

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

2017-01-31, Version 8.0.0
=========================
* Enable no-redeclare (Miroslav Bajtoš)
2017-01-06, Version 7.0.1

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

1

eslint.json

@@ -37,2 +37,3 @@ {

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

@@ -39,0 +40,0 @@ "no-undef": "error",

2

package.json
{
"name": "eslint-config-loopback",
"version": "7.0.1",
"version": "8.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