@ethang/eslint-config 18.4.2 → 18.4.4

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/eslint.config.js +2 -2
  2. package/package.json +1 -1
package/eslint.config.js CHANGED
@@ -555,7 +555,7 @@ export default tseslint.config({
555
555
  "stylistic/func-call-spacing": "error",
556
556
  "stylistic/function-call-argument-newline": "error",
557
557
  "stylistic/function-call-spacing": "error",
558
- "stylistic/function-paren-newline": "error",
558
+ "stylistic/function-paren-newline": ["error", "consistent"],
559
559
  "stylistic/generator-star-spacing": "error",
560
560
  "stylistic/implicit-arrow-linebreak": "error",
561
561
  "stylistic/indent": ["error", 2],
@@ -595,7 +595,7 @@ export default tseslint.config({
595
595
  "stylistic/object-property-newline": "error",
596
596
  "stylistic/one-var-declaration-per-line": "error",
597
597
  "stylistic/operator-linebreak": "error",
598
- "stylistic/padded-blocks": "error",
598
+ "stylistic/padded-blocks": ["error", "never"],
599
599
  "stylistic/padding-line-between-statements": "error",
600
600
  "stylistic/quote-props": "error",
601
601
  "stylistic/quotes": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethang/eslint-config",
3
- "version": "18.4.2",
3
+ "version": "18.4.4",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },