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

eslint-config-piecioshka

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-piecioshka - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

4

package.json
{
"name": "eslint-config-piecioshka",
"version": "1.1.7",
"description": "ESLint (for v3.16.0) configuration of my style. Defined all rules.",
"version": "1.1.8",
"description": "ESLint (for v3.17.1) configuration of my style. Defined all rules.",
"license": "MIT",

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

@@ -507,5 +507,3 @@ 'use strict';

// require variables within the same declaration block to be sorted
"sort-vars": [2, {
"ignoreCase": true
}],
"sort-vars": [0],
// enforce consistent spacing before blocks

@@ -512,0 +510,0 @@ "space-before-blocks": [2, "always"],

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