diff --git a/polaris.shopify.com/pages/tools/stylelint-polaris/rules/index.tsx b/polaris.shopify.com/pages/tools/stylelint-polaris/rules/index.tsx index 4b34716adae..b1f804ca712 100644 --- a/polaris.shopify.com/pages/tools/stylelint-polaris/rules/index.tsx +++ b/polaris.shopify.com/pages/tools/stylelint-polaris/rules/index.tsx @@ -88,6 +88,10 @@ function ruleListMarkdown(): string { } }); + // Temporary removal of layout rules until it is re-enabled + // https://github.com/Shopify/polaris/issues/8188 + delete content['Layout']; + const ruleList: string[] = Object.keys(content).reduce( (prev: string[], key: string) => [...prev, ...content[key]], [],