Skip to content

Commit 89edadf

Browse files
committed
docs: update description
1 parent e6eb736 commit 89edadf

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"lefthook",
5656
"lifecycles",
5757
"linebreak",
58+
"linting",
5859
"lockb",
5960
"mantine",
6061
"metas",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@eslint-react/monorepo",
33
"version": "1.22.2-beta.0",
44
"private": true,
5-
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention]. The most advanced lint rules for React.",
5+
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
77
"react",
88
"eslint",

website/pages/_document.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { PUBLIC_URL } from "#/constants";
44

55
export default function Document() {
66
const metaTitle = "ESLint React";
7-
const metaDescription = "ESLint React - The most advanced lint rules for React.";
7+
const metaDescription = "ESLint React - The most advancedlinting rules for React.";
88

99
return (
1010
<Html lang="en">

website/theme.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default {
3939
<meta property="og:title" content="ESLint React" />
4040
<meta
4141
property="og:description"
42-
content="ESLint React - The most advanced lint rules for React."
42+
content="ESLint React - The most advancedlinting rules for React."
4343
/>
4444
<link
4545
rel="apple-touch-icon"

0 commit comments

Comments
 (0)