New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-wcl-backend

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-wcl-backend - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

6

lint.json

@@ -8,4 +8,3 @@ {

"extends": [
"loopback",
"eslint:recommended"
"loopback"
],

@@ -31,2 +30,5 @@ "parserOptions": {

"no-unused-expressions": "off",
"no-unused-vars": [
"warn"
],
"one-var": ["error", "never"],

@@ -33,0 +35,0 @@ "indent": ["error", 2, { "SwitchCase": 1, "MemberExpression": 1 }],

{
"name": "eslint-config-wcl-backend",
"version": "0.2.2",
"version": "0.3.0",
"description": "eslint config used in WCL",

@@ -5,0 +5,0 @@ "main": "lint.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