@jiakun-zhao/eslint-config 4.0.11 → 4.0.12
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.
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -373,7 +373,7 @@ function jsonc() {
|
|
|
373
373
|
];
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
const version = "4.0.
|
|
376
|
+
const version = "4.0.12";
|
|
377
377
|
|
|
378
378
|
const name$3 = "astro-multi-top-level-element-indent";
|
|
379
379
|
const _astroMultiTopLevelElementIndent = createRule({
|
|
@@ -746,7 +746,7 @@ function stylistic() {
|
|
|
746
746
|
"style/jsx-pascal-case": "warn",
|
|
747
747
|
"style/jsx-quotes": "warn",
|
|
748
748
|
"style/jsx-self-closing-comp": ["warn", { component: true, html: false }],
|
|
749
|
-
"style/jsx-tag-spacing": "warn",
|
|
749
|
+
"style/jsx-tag-spacing": ["warn", { afterOpening: "never", beforeClosing: "never", beforeSelfClosing: "always", closingSlash: "never" }],
|
|
750
750
|
"style/jsx-wrap-multilines": "warn",
|
|
751
751
|
"style/key-spacing": "warn",
|
|
752
752
|
"style/keyword-spacing": "warn",
|