We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46f8ed commit b932ddfCopy full SHA for b932ddf
website/mdx-components.tsx
@@ -56,7 +56,7 @@ ${(await fs.readFile(`${docsPath}/.eslintrc.cjs`, 'utf8')).trim()}
56
> [!NOTE]
57
>
58
> Check out
59
-> [the official example${hasLegacyConfig && 's'}](https://github.com/${user}/${repo}/tree/${branch}/examples/${gitFolder})
+> [the official example${hasLegacyConfig ? 's' : ''}](https://github.com/${user}/${repo}/tree/${branch}/examples/${gitFolder})
60
> for
61
> [ESLint Flat Config](https://github.com/${user}/${repo}/blob/${branch}/examples/${gitFolder}/eslint.config.js)
62
${hasLegacyConfig ? `> or [ESLint Legacy Config](https://github.com/${user}/${repo}/blob/${branch}/examples/${gitFolder}/.eslintrc.cjs).` : '>.'}
0 commit comments