]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/docs/src/rules/rest-spread-spacing.md
import 8.41.0 source
[pve-eslint.git] / eslint / docs / src / rules / rest-spread-spacing.md
index 8850bead00f59d6d44131ee2c1098c612338ed47..b27b5378d23897acba0881885cd644210a4cf4b0 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: rest-spread-spacing
-layout: doc
 rule_type: layout
 further_reading:
 - https://github.com/tc39/proposal-object-rest-spread
@@ -59,7 +58,7 @@ This rule aims to enforce consistent spacing between rest and spread operators a
 }
 ```
 
-Please read the user guide's section on [configuring parser options](/docs/user-guide/configuring#specifying-parser-options) to learn more.
+Please read the user guide's section on [configuring parser options](../use/configure#specifying-parser-options) to learn more.
 
 ## Options