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.4 to 1.0.5

4

CHANGELOG.md

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

# 1.0.5
- Changed: Moved strict to es6.js
# 1.0.4

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

2

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

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

@@ -77,4 +77,6 @@ module.exports = {

// flag usage of arguments variables
"prefer-rest-params": 2
"prefer-rest-params": 2,
// babel inserts `"use strict";` for us
"strict": [2, "never"]
}
};

@@ -342,5 +342,4 @@ /* eslint-disable max-len */

"space-unary-ops": 1,
"spaced-comment": [1, "always", { "exceptions": ["-", "+", "/", "*"]}], // require or disallow a space immediately following the // or /* in a comment
// babel inserts `"use strict";` for us
"strict": [2, "never"],
// require or disallow a space immediately following the // or /* in a comment
"spaced-comment": [1, "always", { "exceptions": ["-", "+", "/", "*"]}],
// maintain consistency around the spacing inside of template literals

@@ -347,0 +346,0 @@ "template-curly-spacing": [1, "never"],

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