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 8b72db2 commit 0497e24Copy full SHA for 0497e24
website/theme.config.tsx
@@ -23,7 +23,7 @@ export default {
23
const config = useConfig();
24
const title = `${config.title} – ESLint React`;
25
const description = config.frontMatter["description"]
26
- || "ESLint React – The most advanced linting rules for React.";
+ || "ESLint React – A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.";
27
const image = config.frontMatter["image"]
28
|| `${PUBLIC_URL}/og.png`;
29
return (
0 commit comments