@myparcel-eslint/eslint-config
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -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 @@ |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16108
616