Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@myparcel-eslint/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@myparcel-eslint/eslint-config - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

11

CHANGELOG.md

@@ -5,2 +5,13 @@ # Changelog

## [1.0.0-alpha.4](https://github/myparcelnl/eslint/compare/@myparcel-eslint/eslint-config@1.0.0-alpha.3...@myparcel-eslint/eslint-config@1.0.0-alpha.4) "@myparcel-eslint/eslint-config" (2022-11-03)
### Bug Fixes
* disable no-void ([4568924](https://github/myparcelnl/eslint/commit/45689240b8143816a6e7cca25b8ef75dcb24c624))
* update padding-line-between-statements ([2d45c2d](https://github/myparcelnl/eslint/commit/2d45c2d3a06cf0a3ed17a6113642246ea7f0171e))
## [1.0.0-alpha.3](https://github/myparcelnl/eslint/compare/@myparcel-eslint/eslint-config@1.0.0-alpha.2...@myparcel-eslint/eslint-config@1.0.0-alpha.3) "@myparcel-eslint/eslint-config" (2022-11-03)

@@ -7,0 +18,0 @@

60

dist/index.js

@@ -412,3 +412,3 @@ var __defProp = Object.defineProperty;

"no-useless-return": "warn",
"no-void": "warn",
"no-void": "off",
"no-warning-comments": "off",

@@ -468,2 +468,12 @@ "no-whitespace-before-property": "warn",

blankLine: "always",
prev: "cjs-import",
next: "*"
},
{
blankLine: "never",
prev: "cjs-import",
next: "cjs-import"
},
{
blankLine: "always",
prev: "*",

@@ -473,4 +483,9 @@ next: "cjs-export"

{
blankLine: "never",
prev: "cjs-export",
next: "cjs-export"
},
{
blankLine: "always",
prev: "cjs-import",
prev: "export",
next: "*"

@@ -481,3 +496,3 @@ },

prev: "export",
next: "*"
next: "export"
},

@@ -490,20 +505,35 @@ {

{
blankLine: "any",
prev: "cjs-export",
next: "cjs-export"
blankLine: "never",
prev: "import",
next: "import"
},
{
blankLine: "never",
prev: "cjs-import",
next: "cjs-import"
blankLine: "always",
prev: "*",
next: "block-like"
},
{
blankLine: "any",
prev: "export",
next: "export"
blankLine: "always",
prev: "block-like",
next: "*"
},
{
blankLine: "never",
prev: "import",
next: "import"
blankLine: "always",
prev: "*",
next: "block"
},
{
blankLine: "always",
prev: "block",
next: "*"
},
{
blankLine: "always",
prev: "*",
next: "if"
},
{
blankLine: "always",
prev: "if",
next: "*"
}

@@ -510,0 +540,0 @@ ],

{
"name": "@myparcel-eslint/eslint-config",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"keywords": [

@@ -5,0 +5,0 @@ "eslint",

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