@jimmy.codes/eslint-config 6.31.0 → 6.31.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +10 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -440,6 +440,16 @@ const stylisticRules = {
440
440
  blankLine: "always",
441
441
  next: "*",
442
442
  prev: "if"
443
+ },
444
+ {
445
+ blankLine: "always",
446
+ next: "expression",
447
+ prev: "*"
448
+ },
449
+ {
450
+ blankLine: "any",
451
+ next: "expression",
452
+ prev: "expression"
443
453
  }
444
454
  ]
445
455
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmy.codes/eslint-config",
3
- "version": "6.31.0",
3
+ "version": "6.31.1",
4
4
  "description": "A simple, modern ESLint config that covers most use cases.",
5
5
  "keywords": [
6
6
  "eslint",