]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/docs/src/rules/space-return-throw-case.md
import 8.41.0 source
[pve-eslint.git] / eslint / docs / src / rules / space-return-throw-case.md
index 898a4d64919ea45a2693d22ef839161c08f68b43..8a9242280ab339994dd74ac32eeb7d010713121c 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: space-return-throw-case
-layout: doc
 
 ---
 
@@ -8,7 +7,7 @@ Requires spaces after `return`, `throw`, and `case` keywords.
 
 (removed) This rule was **removed** in ESLint v2.0 and **replaced** by the [keyword-spacing](keyword-spacing) rule.
 
-(fixable) The `--fix` option on the [command line](../user-guide/command-line-interface#--fix) automatically fixed problems reported by this rule.
+(fixable) The `--fix` option on the [command line](../use/command-line-interface#--fix) automatically fixed problems reported by this rule.
 
 Require spaces following `return`, `throw`, and `case`.