@rhyster/eslint-config 1.3.0 → 1.4.0

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.cjs CHANGED
@@ -1356,7 +1356,7 @@ const style = {
1356
1356
  "@stylistic/multiline-comment-style": ["off", "starred-block"],
1357
1357
  // require multiline ternary
1358
1358
  // https://eslint.style/rules/default/multiline-ternary
1359
- "@stylistic/multiline-ternary": ["error", "never"],
1359
+ "@stylistic/multiline-ternary": ["error", "always-multiline"],
1360
1360
  // require a capital letter for constructors
1361
1361
  // https://eslint.org/docs/rules/new-cap
1362
1362
  "new-cap": [