]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/docs/src/rules/indent-legacy.md
import 8.41.0 source
[pve-eslint.git] / eslint / docs / src / rules / indent-legacy.md
index 13ca8b658ff64d7f3a389e09e3ee3282e21f19e2..97372ebc8ff0963f13f7646e6f8dd4105734f9df 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: indent-legacy
-layout: doc
 rule_type: layout
 ---
 
@@ -8,7 +7,7 @@ rule_type: layout
 
 This rule was **deprecated** in ESLint v4.0.0.
 
-ESLint 4.0.0 introduced a rewrite of the [`indent`](/docs/rules/indent) rule, which now reports more errors than it did in previous versions. To ease the process of migrating to 4.0.0, the `indent-legacy` rule was introduced as a snapshot of the `indent` rule from ESLint 3.x. If your build is failing after the upgrade to 4.0.0, you can disable `indent` and enable `indent-legacy` as a quick fix. Eventually, you should switch back to the `indent` rule to get bugfixes and improvements in future versions.
+ESLint 4.0.0 introduced a rewrite of the [`indent`](indent) rule, which now reports more errors than it did in previous versions. To ease the process of migrating to 4.0.0, the `indent-legacy` rule was introduced as a snapshot of the `indent` rule from ESLint 3.x. If your build is failing after the upgrade to 4.0.0, you can disable `indent` and enable `indent-legacy` as a quick fix. Eventually, you should switch back to the `indent` rule to get bugfixes and improvements in future versions.
 
 ---