@yamato-daiwa/style_guides 0.10.0 → 0.10.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.
@@ -156,7 +156,9 @@ module.exports = {
156
156
  {
157
157
  nestedBinaryExpressions: false,
158
158
  nestedConditionalExpressions: false,
159
- enforceForArrowConditionals: false
159
+ ignoredNodes: [
160
+ "ArrowFunctionExpression[body.type=ConditionalExpression]"
161
+ ]
160
162
  }
161
163
  ],
162
164
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamato-daiwa/style_guides",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Strict guidelines for ESLint and Pug.",
5
5
  "engines": {
6
6
  "node": ">=18.18.0"