@yamato-daiwa/style_guides 0.11.1 → 0.11.2

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.
@@ -158,7 +158,8 @@ module.exports = {
158
158
  nestedConditionalExpressions: false,
159
159
  ignoredNodes: [
160
160
  "ArrowFunctionExpression[body.type=ConditionalExpression]"
161
- ]
161
+ ],
162
+ ignoreJSX: "all"
162
163
  }
163
164
  ],
164
165
 
@@ -17,9 +17,9 @@ module.exports = {
17
17
  "warn",
18
18
  {
19
19
  closingSlash: "never",
20
- beforeSelfClosing: "never",
20
+ beforeSelfClosing: "always",
21
21
  afterOpening: "never",
22
- beforeClosing: "allow"
22
+ beforeClosing: "never"
23
23
  }
24
24
  ],
25
25
  "@stylistic/jsx-wrap-multilines": [ "warn" ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamato-daiwa/style_guides",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "Strict guidelines for ESLint and Pug.",
5
5
  "engines": {
6
6
  "node": ">=18.18.0"