Skip to content

Commit 37c0873

Browse files
authored
Merge pull request #704 from reactjs/sync-abe931a8
Sync with react.dev @ abe931a
2 parents 8b5b026 + f13ec7d commit 37c0873

159 files changed

Lines changed: 1356 additions & 1357 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"react-hooks/exhaustive-deps": "error",
1010
"react/no-unknown-property": ["error", {"ignore": ["meta"]}],
1111
"react-compiler/react-compiler": "error",
12-
"local-rules/lint-markdown-code-blocks": "error"
12+
"local-rules/lint-markdown-code-blocks": "error",
13+
"no-trailing-spaces": "error"
1314
},
1415
"env": {
1516
"node": true,

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
4.13 KB
5.77 KB
2.9 KB
32.8 KB
38.7 KB
115 KB
17.7 KB
4.79 KB

0 commit comments

Comments
 (0)