Skip to content

Commit 7795dd1

Browse files
committed
docs: update references to Project Config in documentation
1 parent 37445e4 commit 7795dd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/website/content/docs/configuration/configure-project-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Configure Project Config"
44

55
import { JSXConfigTypeTable } from "./configure-project-config";
66

7-
ESLint React uses your Project Config for static analysis. This page details which options are used and how they affect the linting process.
7+
ESLint React uses your [Project Config](/docs/glossary#project-config) for static analysis. This page details which options are used and how they affect the linting process.
88

99
## JSX Transform
1010

apps/website/content/docs/getting-started/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default defineConfig([
6969

7070
<Step>
7171

72-
## Configure Project Config (Optional)
72+
## Configure [Project Config](/docs/glossary#project-config) (Optional)
7373

7474
```ts title="eslint.config.js"
7575
// @ts-check

apps/website/content/docs/getting-started/typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default tseslint.config({
7070

7171
<Step>
7272

73-
## Configure Project Config (Optional)
73+
## Configure [Project Config](/docs/glossary#project-config) (Optional)
7474

7575
```ts title="eslint.config.js"
7676
// @ts-check

0 commit comments

Comments
 (0)