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

eslint-config-pv

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-pv - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.0.8
- Changed: curly to ["error", "multi-line", "consistent"]
# 1.0.7

@@ -2,0 +6,0 @@

2

package.json
{
"name": "eslint-config-pv",
"version": "1.0.7",
"version": "1.0.8",
"description": "pro!vision ESLint configuration. Can be adapted and adjusted in each project.",

@@ -5,0 +5,0 @@ "author": {

@@ -33,3 +33,3 @@ /* eslint-disable max-len */

// specify curly brace conventions for all control statements
"curly": [1, "all"],
"curly": ["error", "multi-line", "consistent"],
// require default case in switch statements

@@ -36,0 +36,0 @@ "default-case": 0,

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