]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/docs/rules/yield-star-spacing.md
import eslint 7.28.0
[pve-eslint.git] / eslint / docs / rules / yield-star-spacing.md
index 8868e99fdb7361311a2dad74b5ff7059e3692452..f8c27e6feba4536766021cc26fb5ac42ed43ada7 100644 (file)
@@ -4,9 +4,6 @@
 
 This rule enforces spacing around the `*` in `yield*` expressions.
 
-To use this rule you either need to [use the `es6` environment](../user-guide/configuring.md#specifying-environments) or
-[set `ecmaVersion` to `6` in `parserOptions`](../user-guide/configuring.md#specifying-parser-options).
-
 ## Options
 
 The rule takes one option, an object, which has two keys `before` and `after` having boolean values `true` or `false`.